diff --git a/publish.sh b/publish.sh index 136a8e518..ba4565457 100755 --- a/publish.sh +++ b/publish.sh @@ -1 +1,10 @@ -npm run build_npm && npm publish dist \ No newline at end of file +# 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 +# git push && git push +# Log in to npm: npm login +# Run this script: ./publish.sh + +npm run build_npm && npm publish dist