We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f2134 commit 16d6b65Copy full SHA for 16d6b65
README.md
@@ -12,14 +12,21 @@
12
# install development dependencies
13
npm install
14
# compile
15
-npm run [chrome, firefox]
+npm run [chrome, firefox, prod]
16
+```
17
+
18
+To reproduce a build:
19
20
+``` bash
21
+npm ci
22
+npm run prod
23
```
24
25
## Development (Chrome)
26
27
``` bash
28
-npm install
29
+npm install
30
# compiles the Chrome extension to the `./test/chrome` directory
31
npm run dev:chrome
32
# load the unpacked extension from the `./test/chrome/ directory in Chrome
0 commit comments