Skip to content

Commit 41820f1

Browse files
committed
Faster build for dojo during e2e
1 parent 3e9a0de commit 41820f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript-sdk/apps/dojo/scripts/prep-dojo-everything.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const pydanticAi = {
9494

9595
// THE ACTUAL DOJO
9696
const dojo = {
97-
command: 'pnpm install && pnpm build:clean',
97+
command: 'pnpm install && pnpm build --filter=demo-viewer...',
9898
name: 'Dojo',
9999
cwd: path.join(gitRoot, 'typescript-sdk'),
100100
}

0 commit comments

Comments
 (0)