|
@@ -26,7 +26,7 @@
|
|
|
"commit": "czg",
|
|
|
"dev": "NODE_ENV=dev pnpm vite --config vite.config.dev.ts",
|
|
|
"preinstall": "npx only-allow pnpm",
|
|
|
- "postinstall": "turbo run stub",
|
|
|
+ "postinstall": "pnpm -r run stub --if-present",
|
|
|
"lint": "turbo run lint",
|
|
|
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
|
|
|
"lint:prettier": "prettier --write .",
|