Skip to content

Commit 16d6b65

Browse files
committed
update readme
1 parent b2f2134 commit 16d6b65

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,21 @@
1212
# install development dependencies
1313
npm install
1414
# compile
15-
npm run [chrome, firefox]
15+
npm run [chrome, firefox, prod]
16+
```
17+
18+
To reproduce a build:
19+
20+
``` bash
21+
npm ci
22+
npm run prod
1623
```
1724

1825
## Development (Chrome)
1926

2027
``` bash
2128
# install development dependencies
22-
npm install
29+
npm install
2330
# compiles the Chrome extension to the `./test/chrome` directory
2431
npm run dev:chrome
2532
# load the unpacked extension from the `./test/chrome/ directory in Chrome

0 commit comments

Comments
 (0)