build: add package-lock.json and use node/install-packages on CI

This commit is contained in:
Christopher Willis-Ford 2022-11-22 16:18:14 -08:00
parent 1804b05978
commit 6dfbdd2828
2 changed files with 7295 additions and 1 deletions

View file

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

File diff suppressed because it is too large Load diff