Fix postinstall patches for partial workspace installs

This commit is contained in:
Mohamed Boudra
2026-02-04 23:46:54 +07:00
parent 8384b5facf
commit 0de8609e6a
2 changed files with 15 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
"dev:server": "NODE_ENV=development tsx packages/server/scripts/dev-runner.ts",
"dev:app": "npm run start --workspace=@paseo/app",
"dev:website": "npm run dev --workspace=@paseo/website",
"postinstall": "patch-package",
"postinstall": "node scripts/postinstall-patches.mjs",
"build": "npm run build --workspaces --if-present",
"typecheck": "npm run typecheck --workspaces --if-present",
"test": "npm run test --workspaces --if-present",