Commit ea60f28d authored by BryceLTaylor's avatar BryceLTaylor

circleci config fix step naming error

parent 18a26e13
...@@ -30,8 +30,8 @@ jobs: ...@@ -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:
......
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