Skip to content

Commit

Permalink
Add package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhamley committed Aug 19, 2021
1 parent d93f7c4 commit 3906158
Show file tree
Hide file tree
Showing 3 changed files with 20,830 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- restore_cache:
keys:
- v4-npm-{{ checksum "package-lock.json" }}
- run: npm
- run: npm install
- save_cache:
key: v4-npm-{{ checksum "package-lock.json" }}
paths:
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
name: Build Webpack
command: |
cd ./test/build/transpilation &&
npm &&
npm install &&
npm run build &&
rm -rf node_modules
- store_artifacts:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*.js.map
*.cjs.map
node_modules
package-lock.json
*.sublime-*
coverage
flow-coverage
Expand All @@ -28,5 +27,6 @@ _batfish_tmp
_site
yarn-error.log
yarn-debug.log
yarn.lock
npm-debug.log
.idea
Loading

0 comments on commit 3906158

Please sign in to comment.