Skip to content

Commit

Permalink
build: 构建优化
Browse files Browse the repository at this point in the history
  • Loading branch information
oyjt committed Dec 28, 2024
1 parent 8de21e1 commit 50098ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@
"vite-plugin-restart": "^0.4.1",
"vue-tsc": "^2.1.6"
},
"pnpm": {
"neverBuiltDependencies": [
"canvas",
"node-gyp"
]
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged",
"commit-msg": "node ./scripts/verify-commit.js"
Expand Down

0 comments on commit 50098ca

Please sign in to comment.