We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a53996 commit f65386aCopy full SHA for f65386a
package.json
@@ -17,8 +17,8 @@
17
"dev:ff": "extension dev -b firefox",
18
"start:chrome": "extension start -b chrome",
19
"start:ff": "extension start -b firefox",
20
- "build:all": "extension build -b chrome && extension build -b firefox",
21
- "build:chrome": "extension build -b firefox",
+ "build:all": "extension build -b all",
+ "build:chrome": "extension build -b chrome",
22
"build:ff": "extension build -b firefox"
23
},
24
"dependencies": {}
0 commit comments