Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit e776dfd

Browse files
vmxdaviddias
authored andcommitted
chore: change from pre-commit to pre-push hooks
Instead of running the linting and tests on pre-commit, do it on pre-push. That makes it less frequent (and annoying) while doing local development.
1 parent 8c63f8f commit e776dfd

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
@@ -41,7 +41,7 @@
4141
"coverage": "aegir coverage",
4242
"coverage-publish": "aegir-coverage publish"
4343
},
44-
"pre-commit": [
44+
"pre-push": [
4545
"lint",
4646
"test"
4747
],

0 commit comments

Comments
 (0)