pre-commit에서 lint만

This commit is contained in:
2021-08-11 02:33:15 +09:00
parent ea58e1e5c5
commit 0ffd39079f
+1 -2
View File
@@ -34,7 +34,6 @@
"webpack-cli": "^4.7.2"
},
"pre-commit": [
"lint",
"build"
"lint"
]
}