diff --git a/package.json b/package.json index 4f85aa90..01fd80b0 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,8 @@ "jest": "jest", "jest:coverage": "jest --collect-coverage", "jest:watch": "jest --watch", - "lint": "eslint --fix --ext .js,.ts,.vue ./", + "lint-fix": "eslint --fix --ext .js,.ts,.vue ./", + "lint": "eslint --ext .js,.ts,.vue ./", "pack": "run-p pack:main pack:renderer pack:web pack:workers", "pack:main": "webpack --mode=production --env.NODE_ENV=production --hide-modules --config _scripts/webpack.main.config.js", "pack:renderer": "webpack --mode=production --env.NODE_ENV=production --hide-modules --config _scripts/webpack.renderer.config.js",