mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
add install steps to circleci.config
This commit is contained in:
parent
133256b3ac
commit
b76ea5701a
1 changed files with 5 additions and 1 deletions
|
@ -13,7 +13,11 @@ jobs:
|
|||
setup:
|
||||
<<: *defaults
|
||||
steps:
|
||||
- run: echo "Setup step is happening here"
|
||||
- run: |
|
||||
echo "Setup step is happening here"
|
||||
sudo -H pip install -r requirements.txt
|
||||
npm --production=false ci
|
||||
npm --production=false update
|
||||
|
||||
|
||||
workflows:
|
||||
|
|
Loading…
Reference in a new issue