Commit 8d5fc61d authored by BryceLTaylor's avatar BryceLTaylor

circleci use ci instead of install in build job

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