Skip to content

Commit

Permalink
chore: test lib before release
Browse files Browse the repository at this point in the history
  • Loading branch information
mselerin committed Oct 3, 2018
1 parent 6ac8226 commit 22e0caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:lib": "jest --config ./jest.lib.config.js",
"lint": "ng lint",
"e2e": "ng e2e",
"release": "lerna version --no-push",
"release": "npm run test:lib && lerna version --no-push",
"copy:docs": "cpx {LICENSE,README.md} dist/ngx-security",
"publish:lib": "npm run build:lib && cd dist/ngx-security && npm publish"
},
Expand Down

0 comments on commit 22e0caf

Please sign in to comment.