Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Beyer authored and Thibault Beyer committed Feb 20, 2018
1 parent ecc80cf commit ccce3e5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@ if you are a regular contributor, see [contibuting](CONTRIBUTING.md) and make a
## Deploying

Tipically you don’t have to do this, since you most likely are not the project owner.
But if you are the project owner, after thorough testings & having pushed everything, you can deploy a new version using:
But if you are the project owner:

1. do thorough testing
2. bump version in .js file
3. run `gulp`
4. pushed everything

5. you can deploy a new version using:

```
npm run deploy
Expand Down

0 comments on commit ccce3e5

Please sign in to comment.