Skip to content

Commit 65d92a8

Browse files
committed
Cant use frozen lockfile to install with dojo if there are changes
1 parent acdb2c7 commit 65d92a8

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 --filter=demo-viewer...',
97+
command: 'pnpm install --no-frozen-lockfile && pnpm build --filter=demo-viewer...',
9898
name: 'Dojo',
9999
cwd: path.join(gitRoot, 'typescript-sdk'),
100100
}

0 commit comments

Comments
 (0)