Commit b98d4ab3 authored by BryceLTaylor's avatar BryceLTaylor

circleci config add space to fix build error

parent ea60f28d
...@@ -31,7 +31,7 @@ jobs: ...@@ -31,7 +31,7 @@ jobs:
python get-pip.py python get-pip.py
pip install -r requirements.txt pip install -r requirements.txt
- run: - run:
name:"install npm packages" 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