We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e57d48 commit 324a422Copy full SHA for 324a422
package.json
@@ -9,6 +9,7 @@
9
},
10
"scripts": {
11
"preinstall": "chmod +x ./scripts/*",
12
+ "prepare": "rm -f .husky/pre-commit && husky install && npx husky add .husky/pre-commit \"./scripts/lint\" && chmod +x .husky/pre-commit",
13
"dev": "vuepress dev docs",
14
"build": "vuepress build docs",
15
"build:proxy": "./scripts/bundle build_proxy",
0 commit comments