diff --git a/apps/web/netlify.toml b/apps/web/netlify.toml index 1d5c743..3b161ac 100644 --- a/apps/web/netlify.toml +++ b/apps/web/netlify.toml @@ -1,7 +1,6 @@ [build] - # Netlify runs from the base directory, but needs repo root for pnpm workspace - command = "cd ../.. && pnpm install --frozen-lockfile && pnpm --filter @vxrtx/web build" - publish = "dist" + command = "pnpm install --frozen-lockfile && pnpm --filter @vxrtx/web build" + publish = "apps/web/dist" [build.environment] NODE_VERSION = "22"