mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 15:17:53 -05:00
Install devDependencies
This commit is contained in:
parent
27af75e7fe
commit
dfac0380db
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ addons:
|
||||||
- g++-4.8
|
- g++-4.8
|
||||||
install:
|
install:
|
||||||
- sudo -H pip install -r requirements.txt
|
- sudo -H pip install -r requirements.txt
|
||||||
- npm install
|
- npm --production=false install
|
||||||
deploy:
|
deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
skip_cleanup: $SKIP_CLEANUP
|
skip_cleanup: $SKIP_CLEANUP
|
||||||
|
|
Loading…
Reference in a new issue