Skip to content

Commit 54524c2

Browse files
Update husky command
1 parent 3387a2d commit 54524c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"deploy": "gh-pages -d docs",
2222
"prepublishOnly": "npm run build",
2323
"lint": "eslint src/**/*.{ts,vue} --max-warnings 4",
24-
"prepare": "husky install",
24+
"prepare": "husky",
2525
"test:dev": "NODE_OPTIONS='--no-warnings' vitest",
2626
"test:commit": "vitest --run --bail 1",
2727
"test:build": "vitest --run --bail 1 --reporter dot"

0 commit comments

Comments
 (0)