Skip to content

Commit 845815b

Browse files
Fix husky installation
1 parent cc2e454 commit 845815b

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
@@ -8,7 +8,7 @@
88
"scripts": {
99
"bundle": "ncc build src/main.ts && tsc -p tsconfig-lib.json",
1010
"test": "jest",
11-
"prepare": "cd .. && husky install setup/.husky",
11+
"prepare": "husky install ./.husky/",
1212
"yolo-upgrade": "npx npm-check-updates -u && npm install"
1313
},
1414
"repository": {

0 commit comments

Comments
 (0)