Skip to content

Commit 5e3251c

Browse files
committed
Only run linting on git push
1 parent af89806 commit 5e3251c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"husky": {
1717
"hooks": {
18-
"pre-push": "npm test"
18+
"pre-push": "gulp check"
1919
}
2020
},
2121
"description": "Log all process errors: uncaught exceptions, warnings and improperly handled promises",

0 commit comments

Comments
 (0)