Skip to content

Commit b6045d8

Browse files
committed
Test Commit
1 parent bf69d8d commit b6045d8

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
@@ -20,7 +20,7 @@
2020
"./package.json": "./package.json"
2121
},
2222
"scripts": {
23-
"prepare": "chmod +x .husky/pre-commit && npm run build",
23+
"prepare": "husky && chmod +x .husky/pre-commit && npm run build",
2424
"test": "jest ./test/unit",
2525
"test:unit": "jest ./test/unit",
2626
"test:api": "jest ./test/api",

0 commit comments

Comments
 (0)