Skip to content

Commit 6dfbdd2

Browse files
committed
build: add package-lock.json and use node/install-packages on CI
1 parent 1804b05 commit 6dfbdd2

File tree

2 files changed

+7295
-1
lines changed

2 files changed

+7295
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
travis/install-assets.sh
4242
npm set progress=false
4343
which gulp || sudo npm install -g gulp-cli
44-
- run: npm install # TODO: switch to node/install-packages after adding package_lock.json
44+
- node/install-packages
4545
- run: gulp jshint
4646
- run: gulp minify
4747
- run: gulp test

0 commit comments

Comments
 (0)