Skip to content

Commit 6dccecd

Browse files
committed
🔨 update husky prepare script
1 parent c4185af commit 6dccecd

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
@@ -9,7 +9,7 @@
99
"test": "ng test",
1010
"lint": "ng lint",
1111
"lint:fix": "npx eslint src/**/*.{js,jsx,ts,tsx,html} --quiet --fix",
12-
"prepare": "husky install"
12+
"prepare": "npx husky install"
1313
},
1414
"private": true,
1515
"dependencies": {

0 commit comments

Comments
 (0)