瀏覽代碼

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

Rajiv Shah 5 年之前
父節點
當前提交
f05f6993bd
共有 1 個文件被更改,包括 1 次插入2 次删除
  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"
   ]
 }