Skip to content

Commit

Permalink
chore(publish): add publish instructions to publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbcross committed Jul 13, 2016
1 parent eab7627 commit 33d6471
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion publish.sh
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
npm run build_npm && npm publish dist
# To publish angularfire2 to npm, run the following steps
# Edit the version in package.json
# Run npm changelog to generate the new changelog (and check the changelog)
# git commit the changelog and package.json changes
# git tag <new version>
# git push <new version> && git push <current branch>
# Log in to npm: npm login
# Run this script: ./publish.sh

npm run build_npm && npm publish dist

0 comments on commit 33d6471

Please sign in to comment.