Skip to content

Commit d54ba84

Browse files
authored
Merge pull request #14 from Kocal/fix/readme-commands
Fix README commands
2 parents 805f5e8 + a5d0d11 commit d54ba84

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,18 @@ $ npm run build
3030

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

33-
### `npm run build:env`
33+
### `npm run build:dev`
3434

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

3737
### `npm run watch`
3838

3939
Watch for modifications then run `npm run build`.
4040

41+
### `npm run watch:dev`
42+
43+
Watch for modifications then run `npm run build:web`.
44+
4145
### `npm run build-zip`
4246

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

0 commit comments

Comments
 (0)