We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 805f5e8 + a5d0d11 commit d54ba84Copy full SHA for d54ba84
README.md
@@ -30,14 +30,18 @@ $ npm run build
30
31
Build the extension into `dist` folder for **production**.
32
33
-### `npm run build:env`
+### `npm run build:dev`
34
35
Build the extension into `dist` folder for **development**.
36
37
### `npm run watch`
38
39
Watch for modifications then run `npm run build`.
40
41
+### `npm run watch:dev`
42
+
43
+Watch for modifications then run `npm run build:web`.
44
45
### `npm run build-zip`
46
47
Build a zip file following this format `<name>-v<version>.zip`, by reading `name` and `version` from `manifest.json` file.
0 commit comments