Commit ea60f28d authored by BryceLTaylor's avatar BryceLTaylor

circleci config fix step naming error

parent 18a26e13
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment