mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-09 18:59:26 +08:00
fix(build): pnpm v10 approve-builds issue
This commit is contained in:
12
package.json
12
package.json
@@ -86,6 +86,18 @@
|
|||||||
"vite-plugin-svg-icons": "^2.0.1",
|
"vite-plugin-svg-icons": "^2.0.1",
|
||||||
"vue-tsc": "2.0.19"
|
"vue-tsc": "2.0.19"
|
||||||
},
|
},
|
||||||
|
"pnpm": {
|
||||||
|
"onlyBuiltDependencies": [
|
||||||
|
"@vue-office/docx",
|
||||||
|
"@vue-office/excel",
|
||||||
|
"@vue-office/pdf",
|
||||||
|
"core-js",
|
||||||
|
"es5-ext",
|
||||||
|
"esbuild",
|
||||||
|
"vue-demi",
|
||||||
|
"vue-echarts"
|
||||||
|
]
|
||||||
|
},
|
||||||
"simple-git-hooks": {
|
"simple-git-hooks": {
|
||||||
"pre-commit": "pnpm lint-staged"
|
"pre-commit": "pnpm lint-staged"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user