From d7bcd2e2ccb07788d50eb7afebc5fa77c8bf868b Mon Sep 17 00:00:00 2001 From: Preston Date: Fri, 19 Jun 2020 16:35:05 -0400 Subject: [PATCH] Update Lint command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",