Skip to content

Commit

Permalink
chore: add npm script for publishing beta packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWolfZ committed May 30, 2019
1 parent f3879e0 commit 2dc39d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"dtslint": "dtslint types",
"pack-lib": "npm pack ./dist",
"publish-lib": "npm publish ./dist",
"publish-lib:next": "npm publish ./dist --tag next",
"report-coverage": "codecov ./coverage/lcov/lcov.info",
"example-install": "npm run build && npm pack ./dist && cd example-app && cross-var npm install ../ngrx-forms-$npm_package_version.tgz && cd .."
},
Expand Down

0 comments on commit 2dc39d8

Please sign in to comment.