Skip to content

Commit

Permalink
fix: 文档工具导致的ts类型错误
Browse files Browse the repository at this point in the history
  • Loading branch information
kongjing committed Jun 3, 2023
1 parent c03cb14 commit 42f971b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"release:beta": "lerna publish --force-publish=* --exact --skip-temp-tag --preid=beta --npm-tag=beta",
"release": "npm run release:lerna && npm run changelog && node ./pullRequest.js",
"test": "npx lerna run test",
"prepare": "husky install"
"prepare": "rm -rf ./node_modules/vue & husky install"
},
"workspaces": [
"packages/*"
Expand Down

0 comments on commit 42f971b

Please sign in to comment.