We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a54e98 commit b598c3fCopy full SHA for b598c3f
README.md
@@ -46,7 +46,7 @@ npm install
46
3. Build the extension:
47
48
```shell
49
-npm run build [--chrome --firefox]
+npm run build -- [--chrome --firefox]
50
```
51
52
By default, running `npm run build` will generate the extension files in the `build` directory for both Chrome and Firefox.
@@ -58,7 +58,7 @@ To generate the files for a specific browser, use the appropriate flag:
58
For example, to build the extension only for Chrome, run:
59
60
61
-npm run build --chrome
+npm run build -- --chrome
62
63
64
0 commit comments