Explorar o código

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

Rajiv Shah %!s(int64=5) %!d(string=hai) anos
pai
achega
f05f6993bd
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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"
   ]
 }