mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -05:00
circleci config fix step naming error
This commit is contained in:
parent
18a26e131a
commit
ea60f28dad
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ jobs:
|
|||
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
||||
python get-pip.py
|
||||
pip install -r requirements.txt
|
||||
- run: "install npm packages"
|
||||
name:
|
||||
- run:
|
||||
name:"install npm packages"
|
||||
command: |
|
||||
npm --production=false ci
|
||||
- run:
|
||||
|
|
Loading…
Reference in a new issue