mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
ci: remove --legacy-peer-deps
This commit is contained in:
parent
8f51e04c7e
commit
513e660767
1 changed files with 1 additions and 2 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -43,8 +43,7 @@ jobs:
|
||||||
npm set progress=false
|
npm set progress=false
|
||||||
which gulp || npm install -g gulp-cli
|
which gulp || npm install -g gulp-cli
|
||||||
- name: Install NPM Dependencies
|
- name: Install NPM Dependencies
|
||||||
run: |
|
run: npm ci
|
||||||
npm ci --legacy-peer-deps
|
|
||||||
- run: gulp jshint
|
- run: gulp jshint
|
||||||
- run: gulp minify
|
- run: gulp minify
|
||||||
- run: gulp test
|
- run: gulp test
|
||||||
|
|
Loading…
Reference in a new issue