Skip to content

Commit 4d84e53

Browse files
committed
add precommit hoow for test
1 parent d70c48a commit 4d84e53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
],
1010
"scripts": {
1111
"prepublish": "npm run build",
12+
"precommit": "npm run test",
1213
"build": "rm -rf dist && tsc",
1314
"pretest": "npm run lint",
1415
"test": "jest",

0 commit comments

Comments
 (0)