mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-26 12:50:44 -04: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
|
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
||||||
python get-pip.py
|
python get-pip.py
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
- run: "install npm packages"
|
- run:
|
||||||
name:
|
name:"install npm packages"
|
||||||
command: |
|
command: |
|
||||||
npm --production=false ci
|
npm --production=false ci
|
||||||
- run:
|
- run:
|
||||||
|
|
Loading…
Add table
Reference in a new issue