mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
circleci use ci instead of install in build job
This commit is contained in:
parent
d41eb6677e
commit
8d5fc61d00
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue