We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da364b commit 6569b21Copy full SHA for 6569b21
package.json
@@ -8,7 +8,7 @@
8
"dev:shell": "cd shells/dev && webpack-dev-server --inline --hot --no-info",
9
"dev:chrome": "cd shells/chrome && webpack --watch --hide-modules",
10
"dev:chrome:prod": "cd shells/chrome && cross-env NODE_ENV=production webpack --watch --hide-modules",
11
- "lint": "eslint src --ext=js,vue && eslint shells/chrome/src && eslint shells/dev/src && eslint shells/electron/src",
+ "lint": "eslint --ext=js,vue src shells/chrome/src shells/dev/src shells/electron/src",
12
"build": "cd shells/chrome && cross-env NODE_ENV=production webpack --progress --hide-modules",
13
"run:firefox": "web-ext run -s shells/chrome -a dist -i src",
14
"zip": "npm run zip:chrome && npm run zip:firefox",
0 commit comments