Skip to content

Commit 33d6471

Browse files
committed
chore(publish): add publish instructions to publish.sh
1 parent eab7627 commit 33d6471

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

publish.sh

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
npm run build_npm && npm publish dist
1+
# To publish angularfire2 to npm, run the following steps
2+
# Edit the version in package.json
3+
# Run npm changelog to generate the new changelog (and check the changelog)
4+
# git commit the changelog and package.json changes
5+
# git tag <new version>
6+
# git push <new version> && git push <current branch>
7+
# Log in to npm: npm login
8+
# Run this script: ./publish.sh
9+
10+
npm run build_npm && npm publish dist

0 commit comments

Comments
 (0)