fix: try to fix the error reported by the stub command in the window system (#4560)
This commit is contained in:
@@ -95,7 +95,7 @@ The execution command is: `pnpm run [script]` or `npm run [script]`.
|
||||
// Lint code
|
||||
"lint": "vsh lint",
|
||||
// After installing dependencies, execute the stub script for all packages
|
||||
"postinstall": "turbo run stub",
|
||||
"postinstall": "pnpm -r run stub --if-present",
|
||||
// Only allow using pnpm
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
// Install husky
|
||||
|
Reference in New Issue
Block a user