|
|
|
@ -10,7 +10,7 @@ |
|
|
|
"build:prod:watch": "cross-env NODE_ENV=production webpack --watch", |
|
|
|
"build:prod:watch": "cross-env NODE_ENV=production webpack --watch", |
|
|
|
"dist": "npm run build:prod && gulp dist", |
|
|
|
"dist": "npm run build:prod && gulp dist", |
|
|
|
"dist:chrome": "npm run build:prod && gulp dist:chrome", |
|
|
|
"dist:chrome": "npm run build:prod && gulp dist:chrome", |
|
|
|
"dist:chrome:mv3": "cross-env MANIFEST_VERSION=3 npm run build:prod && gulp dist:chrome", |
|
|
|
"dist:chrome:mv3": "cross-env MANIFEST_VERSION=3 npm run build:prod && cross-env MANIFEST_VERSION=3 gulp dist:chrome", |
|
|
|
"dist:firefox": "npm run build:prod && gulp dist:firefox", |
|
|
|
"dist:firefox": "npm run build:prod && gulp dist:firefox", |
|
|
|
"dist:opera": "npm run build:prod && gulp dist:opera", |
|
|
|
"dist:opera": "npm run build:prod && gulp dist:opera", |
|
|
|
"dist:safari": "npm run build:prod && gulp dist:safari", |
|
|
|
"dist:safari": "npm run build:prod && gulp dist:safari", |
|
|
|
|