Skip to content

Commit e629a5a

Browse files
Copilothotlong
andcommitted
fix: build @objectql/driver-sql before project-tracker example in build-vercel.sh
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com> Agent-Logs-Url: https://github.com/objectstack-ai/objectql/sessions/731333d3-1322-401d-919d-f43127ea9c08
1 parent b3ee6ce commit e629a5a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

apps/demo/scripts/build-vercel.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ echo "▸ Building @objectql/platform-node…"
3535
pnpm --filter @objectql/platform-node build
3636

3737
echo "▸ Building drivers…"
38-
pnpm --filter @objectql/driver-memory build
38+
pnpm --filter @objectql/driver-memory \
39+
--filter @objectql/driver-sql \
40+
build
3941

4042
echo "▸ Building protocols…"
4143
pnpm --filter @objectql/protocol-graphql \

0 commit comments

Comments
 (0)