Przeglądaj źródła

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

Rajiv Shah 5 lat temu
rodzic
commit
f05f6993bd
1 zmienionych plików z 1 dodań i 2 usunięć
  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"
   ]
 }