Procházet zdrojové kódy

fix(tauri.js): Remove redundant "git add" from lint-staged script (#457)

Rajiv Shah před 5 roky
rodič
revize
f05f6993bd
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 2
      cli/tauri.js/package.json

+ 1 - 2
cli/tauri.js/package.json

@@ -107,7 +107,6 @@
     }
   },
   "lint-staged": [
-    "eslint --fix",
-    "git add"
+    "eslint --fix"
   ]
 }