Skip to content

Commit 8fa53eb

Browse files
committed
config(husky): use npx in prepare script
1 parent d5f6452 commit 8fa53eb

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
"clean": "rimraf build",
1010
"build": "npm run clean && webpack -p --mode production --env production",
1111
"start": "webpack-dev-server --open --mode development --env development_core",
12-
"prepare": "husky install"
12+
"prepare": "npx husky install"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)