Skip to content

Commit f24e746

Browse files
committed
Merge branch 'develop'
2 parents c3e70ad + 64271b2 commit f24e746

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This template allows you to quickly start a web extension containing:
88
- Vuex (configurable),
99
- Webpack,
1010
- CSS extraction,
11-
- A Bash script for removing `eval` usages to comply with the Content Security Policy of Chrome/Firefox web store, is automatically called at each build,
12-
- A Python script to automatically bundle your extension into a zip file.
11+
- A script for removing `eval` usages to comply with the Content Security Policy of Chrome/Firefox web store, is automatically called for each build,
12+
- A script to package your extension into a `.zip` file.
1313

1414
## Requirements
1515

@@ -26,13 +26,17 @@ $ npm install
2626
$ npm run build
2727
```
2828

29-
### `npm run watch`
29+
### `npm run build`
3030

31-
Watch for modifications then run `npm run build`
31+
Build the extension into `dist` folder for **production**.
3232

33-
### `npm run build`
33+
### `npm run build:env`
34+
35+
Build the extension into `dist` folder for **development**.
36+
37+
### `npm run watch`
3438

35-
Build the extension into `dist` folder.
39+
Watch for modifications then run `npm run build`.
3640

3741
### `npm run build-zip`
3842

0 commit comments

Comments
 (0)