Skip to content

Commit 4bda491

Browse files
surilindurrubensworks
authored andcommitted
Fix usage of husky in prepare script
1 parent be8e505 commit 4bda491

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
@@ -33,7 +33,7 @@
3333
"build": "tsc",
3434
"test": "jest --maxWorkers=50%",
3535
"lint": "eslint . --cache",
36-
"prepare": "husky install && yarn build",
36+
"prepare": "husky && yarn build",
3737
"version": "manual-git-changelog onversion"
3838
},
3939
"dependencies": {

0 commit comments

Comments
 (0)