We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab7627 commit 33d6471Copy full SHA for 33d6471
publish.sh
@@ -1 +1,10 @@
1
-npm run build_npm && npm publish dist
+# 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