circleci config fix step naming error

This commit is contained in:
BryceLTaylor 2020-11-02 12:05:14 -05:00
parent 18a26e131a
commit ea60f28dad

View file

@ -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: