Commit 8d5fc61d authored by BryceLTaylor's avatar BryceLTaylor

circleci use ci instead of install in build job

parent d41eb667
......@@ -44,11 +44,10 @@ aliases:
steps:
- *restore_git_cache
- checkout
- *restore_npm_cache
- run:
name: "setup"
command: |
npm --production=false install
npm --production=false ci
mkdir ./test/results
- run:
name: "run lint tests"
......
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