circleci use ci instead of install in build job

This commit is contained in:
BryceLTaylor 2021-02-03 10:36:29 -05:00
parent d41eb6677e
commit 8d5fc61d00

View file

@ -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"