Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Commit

Permalink
trivial - Update package-lock and use npm ci on CircleCI (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
herzog31 committed Nov 26, 2018
1 parent 6e45891 commit 4f996ed
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 79 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
- maven-repo-v1-
- run:
name: Release
command: cd ci; npm install; cd ..; node ci/release.js
command: cd ci; npm ci; cd ..; node ci/release.js

workflows:
version: 2
Expand Down
156 changes: 78 additions & 78 deletions ci/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4f996ed

Please sign in to comment.