Skip to content

Commit 7763089

Browse files
chore: Chat app build deps
1 parent b20902d commit 7763089

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

chat-app/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
8-
"build": "tsc -b && vite build",
8+
"build:deps": "cd ../ts-sdks && pnpm install --frozen-lockfile && pnpm --filter @mysten/permissioned-groups build && pnpm --filter @mysten/messaging-groups build",
9+
"build": "pnpm build:deps && tsc -b && vite build",
910
"preview": "vite preview"
1011
},
1112
"dependencies": {

0 commit comments

Comments
 (0)