📝 Readme > Fix development instructions

This commit is contained in:
brunosimon
2019-01-04 21:54:07 +01:00
parent d5436cf87b
commit 7381fe099a
+2 -2
View File
@@ -224,8 +224,8 @@ Website
#### Deployment #### Deployment
- `npm run app-build` to build the app - `npm run app-build` to build the app
- `npm version major|patch|minor` to update the version (will create a commit) - `npm version major|minor|patch` to update the version (will create a commit)
- `git --amend` to update the commit message and add `:bookmark:` at the beginning ([GitMoji](https://gitmoji.carloscuesta.me/)) - `git commit --amend` to update the commit message and add `:bookmark:` at the beginning ([GitMoji](https://gitmoji.carloscuesta.me/))
- `git push` to push to GitHub - `git push` to push to GitHub
- `npm publish` to send to NPM (you need to be logged in and have the right to update Keppler on NPM) - `npm publish` to send to NPM (you need to be logged in and have the right to update Keppler on NPM)