Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Commit 0feb241

Browse files
authored
Update package.json
1 parent 3c24592 commit 0feb241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"scripts": {
55
"build": "echo \"You must specify the target browser (firefox or chrome). Example: npm run build:firefox\"",
66
"build:prod": "echo \"You must specify the target browser (firefox or chrome). Example: npm run build:firefox:prod\"",
7-
"build:chrome": "npm run clean && webpack --watch --config webpack.config.js --env=dev:chrome:benchmark --progress --colors",
7+
"build:chrome": "npm run clean && webpack --config webpack.config.js --env=dev:chrome:benchmark --progress --colors",
88
"build:chrome:prod": "npm run clean && webpack --config webpack.config.js --env=prod:chrome:nobenchmark --progress --colors",
9-
"build:firefox": "npm run clean && webpack --watch --config webpack.config.js --env=dev:firefox:benchmark --progress --colors",
9+
"build:firefox": "npm run clean && webpack --config webpack.config.js --env=dev:firefox:benchmark --progress --colors",
1010
"build:firefox:prod": "npm run clean && webpack --config webpack.config.js --env=prod:firefox:nobenchmark --progress --colors",
1111
"build:profile": "npm run clean && webpack --config webpack.config.js --progress --profile --colors && cp ./static/* ./dist",
1212
"zip": "bestzip",

0 commit comments

Comments
 (0)