Only lint on push

This commit is contained in:
Aarni Halinen
2021-01-14 20:49:16 +02:00
parent 88f445ef9b
commit 2c79c3b2d9
+1 -1
View File
@@ -39,7 +39,7 @@
},
"husky": {
"hooks": {
"pre-push": "npm-run-all -s lint build test"
"pre-push": "npm run lint"
}
},
"devDependencies": {