Skip to content

Commit 408a64e

Browse files
Guillaume Chausp1ker
authored andcommitted
fix: lint script
1 parent df4e0ab commit 408a64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dev:shell": "cd packages/shell-dev && webpack-dev-server --inline --hot --no-info",
1212
"dev:chrome": "cd packages/shell-chrome && webpack --watch --hide-modules",
1313
"dev:chrome:prod": "cd packages/shell-chrome && cross-env NODE_ENV=production webpack --watch --hide-modules",
14-
"lint": "eslint --ext=js,vue src packages/shell-chrome/src packages/shell-dev/src packages/shell-electron/src",
14+
"lint": "eslint --ext=js,vue packages/app-backend/src packages/app-frontend/src packages/shared-utils/src packages/shell-chrome/src packages/shell-dev/src packages/shell-electron/src",
1515
"build": "cd packages/shell-chrome && cross-env NODE_ENV=production webpack --progress --hide-modules",
1616
"run:firefox": "web-ext run -s packages/shell-chrome -a dist -i src",
1717
"zip": "npm run zip:chrome && npm run zip:firefox",

0 commit comments

Comments
 (0)