mirror of
https://github.com/scratchfoundation/scratch-asset-types.git
synced 2024-11-14 19:15:04 -05:00
ci: use npm ci
This commit is contained in:
parent
6e8890dd8c
commit
dc06a333c8
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -15,9 +15,7 @@ jobs:
|
|||
node-version-file: '.nvmrc'
|
||||
- name: Run NPM Commands
|
||||
run: |
|
||||
npm --production=false install
|
||||
npm --production=false update
|
||||
npm --production=false prune
|
||||
npm ci
|
||||
- name: Run Lint
|
||||
run: |
|
||||
npm run lint
|
||||
|
|
Loading…
Reference in a new issue