Browse Source

chore: add lint-staged command

LZHD 3 years ago
parent
commit
0e97b3df0e
1 changed files with 3 additions and 2 deletions
  1. 3 2
      package.json

+ 3 - 2
package.json

@@ -8,12 +8,13 @@
     "build": "cross-env vite build",
     "preview": "vite preview",
     "preview:build": "npm run build && vite preview",
-    "lint": "eslint --ext .js,.jsx,.vue,.ts,.tsx src"
+    "lint": "eslint --ext .js,.jsx,.vue,.ts,.tsx src",
+    "lint-staged": "lint-staged"
   },
   "husky": {
     "hooks": {
       "commit-msg": "node scripts/verify-commit.js",
-      "pre-commit": "lint-staged"
+      "pre-commit": "npm run lint-staged"
     }
   },
   "dependencies": {