Skip to content

docs: fix Netlify build command for Turborepo workspace dependencies#108

Open
Mohit-001-hash wants to merge 1 commit into
AnirbansarkarS:mainfrom
Mohit-001-hash:docs/fix-netlify-turborepo-build
Open

docs: fix Netlify build command for Turborepo workspace dependencies#108
Mohit-001-hash wants to merge 1 commit into
AnirbansarkarS:mainfrom
Mohit-001-hash:docs/fix-netlify-turborepo-build

Conversation

@Mohit-001-hash

@Mohit-001-hash Mohit-001-hash commented Jun 16, 2026

Copy link
Copy Markdown

Description
This pull request optimizes the Deployment (Netlify UI) instruction block inside the primary README.md file by correcting an isolated build command that breaks the Turborepo monorepo dependency resolution.

Previously, the instructions directed users to run cd apps/web && npm ci && npm run build. Executing an isolated npm ci inside a nested subdirectory in a modern Turborepo/npm workspace environment fails to resolve root-level lockfiles and symlinked internal packages (like those in the packages/ directory). This update replaces the isolated command with npm ci && npx turbo run build --filter=web, ensuring dependencies are correctly installed at the root and the build is safely filtered through Turbo.

Related Issues
Closes #108

Type of Change
[ ] 🐛 Bug fix

[ ] ✨ New feature

[x] 📝 Documentation update

[ ] 🎨 UI/style change

[ ] ♻️ Refactor (no functional change)

[ ] ⚙️ CI/tooling

@vercel

vercel Bot commented Jun 16, 2026

Copy link
Copy Markdown

@Mohit-001-hash is attempting to deploy a commit to the anirbansarkars' projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant