diff --git a/package.json b/package.json index da2e6cd..78a06c8 100644 --- a/package.json +++ b/package.json @@ -74,8 +74,7 @@ "license": "AGPL-3.0-or-later", "lint-staged": { "*.{js,jsx,vue}": [ - "vue-cli-service lint", - "git add" + "vue-cli-service lint" ] } }