mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
build: add package-lock.json and use node/install-packages on CI
This commit is contained in:
parent
1804b05978
commit
6dfbdd2828
2 changed files with 7295 additions and 1 deletions
|
@ -41,7 +41,7 @@ jobs:
|
|||
travis/install-assets.sh
|
||||
npm set progress=false
|
||||
which gulp || sudo npm install -g gulp-cli
|
||||
- run: npm install # TODO: switch to node/install-packages after adding package_lock.json
|
||||
- node/install-packages
|
||||
- run: gulp jshint
|
||||
- run: gulp minify
|
||||
- run: gulp test
|
||||
|
|
7294
package-lock.json
generated
Normal file
7294
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue