forked from angular/angularfire
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(publish): add publish instructions to publish.sh
- Loading branch information
1 parent
eab7627
commit 33d6471
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |