diff --git a/package.json b/package.json index 7adfcb2ee..268fe3192 100644 --- a/package.json +++ b/package.json @@ -16,13 +16,13 @@ ], "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", - "repository": "vbenjs/vue-vben-admin.git", "license": "MIT", "author": { "name": "vben", "email": "ann.vben@gmail.com", "url": "https://github.com/anncwb" }, + "repository": "vbenjs/vue-vben-admin.git", "type": "module", "scripts": { "build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 turbo build", @@ -44,7 +44,6 @@ "lint": "vsh lint", "postinstall": "pnpm -r run stub --if-present", "preinstall": "npx only-allow pnpm", - "prepare": "pnpm exec lefthook install", "preview": "turbo-run preview", "publint": "vsh publint", "reinstall": "pnpm clean --del-lock && pnpm install",