Skip to content

Commit

Permalink
fix(scripts): 修复脚本prepare异常 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdapl committed Oct 30, 2023
1 parent 0e57d48 commit 324a422
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"scripts": {
"preinstall": "chmod +x ./scripts/*",
"prepare": "rm -f .husky/pre-commit && husky install && npx husky add .husky/pre-commit \"./scripts/lint\" && chmod +x .husky/pre-commit",
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"build:proxy": "./scripts/bundle build_proxy",
Expand Down

0 comments on commit 324a422

Please sign in to comment.