Skip to content

Commit

Permalink
build(greenkeeper): Add greenkeeper-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rand0me committed Jul 6, 2018
1 parent f941595 commit 0beebf0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ notifications:
email: false
node_js:
- node
before_script: npm run lockfile-update
script:
- npm run test:prod && npm run build
after_script: npm run lockfile-upload
after_success:
- npm run report-coverage
- npm run deploy-docs
Expand Down
17 changes: 17 additions & 0 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
"semantic-release-prepare": "ts-node tools/semantic-release-prepare",
"precommit": "lint-staged",
"prepush": "npm run test:prod && npm run build",
"commitmsg": "validate-commit-msg"
"commitmsg": "validate-commit-msg",
"lockfile-update": "greenkeeper-lockfile-update",
"lockfile-upload": "greenkeeper-lockfile-upload"
},
"lint-staged": {
"{src,test}/**/*.ts": [
Expand Down Expand Up @@ -90,6 +92,7 @@
"cross-env": "^5.0.1",
"cz-conventional-changelog": "^2.0.0",
"gh-pages": "^1.2.0",
"greenkeeper-lockfile": "^1.15.1",
"husky": "^0.14.0",
"jest": "^22.0.2",
"lint-staged": "^7.0.0",
Expand Down

0 comments on commit 0beebf0

Please sign in to comment.