Skip to content

Commit

Permalink
Merge pull request #14 from Kocal/fix/readme-commands
Browse files Browse the repository at this point in the history
Fix README commands
  • Loading branch information
Kocal authored Nov 16, 2017
2 parents 805f5e8 + a5d0d11 commit d54ba84
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,18 @@ $ npm run build

Build the extension into `dist` folder for **production**.

### `npm run build:env`
### `npm run build:dev`

Build the extension into `dist` folder for **development**.

### `npm run watch`

Watch for modifications then run `npm run build`.

### `npm run watch:dev`

Watch for modifications then run `npm run build:web`.

### `npm run build-zip`

Build a zip file following this format `<name>-v<version>.zip`, by reading `name` and `version` from `manifest.json` file.
Expand Down

0 comments on commit d54ba84

Please sign in to comment.