Skip to content

Commit

Permalink
fix(release): fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tsachis committed Oct 17, 2019
1 parent 0b4078c commit 95c3d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Release Steps
- Run `npm vesion patch` to bump the version (you can also bump `minor` or `major` version, depending on your change)
- Run `npm version patch` to bump the version (you can also bump `minor` or `major` version, depending on your change)
- Run `git push --follow-tags`
- Run `npm run build` to create the `dist` folder
- Run `npm publish`

0 comments on commit 95c3d8a

Please sign in to comment.