Skip to content

Commit 8a8617c

Browse files
committed
🔧 Chore: changed precommit hook to prepush hook
1 parent d2e2779 commit 8a8617c

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
"postinstall": "npm run babel",
1616
"babel": "babel lib -d dest",
1717
"coveralls": "nyc report --reporter=text-lcov | coveralls",
18-
"precommit": "npm test"
18+
"prepush": "npm test"
1919
},
2020
"files": [
2121
"lib"

0 commit comments

Comments
 (0)