Skip to content

Commit 9fc485a

Browse files
fix(release): install hosted web workspace closure (#2949)
1 parent a6edad1 commit 9fc485a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/vercel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const config: VercelConfig = {
3030
deploymentEnabled: false,
3131
},
3232
installCommand:
33-
"npm install -g vite-plus && vp install --filter '@t3tools/contracts' --filter '@t3tools/client-runtime' --filter '@t3tools/scripts' --filter '@t3tools/web'",
33+
"npm install -g vite-plus && vp install --filter '@t3tools/scripts...' --filter '@t3tools/web...'",
3434
routes: [
3535
{
3636
src: "/__t3code/channel",

0 commit comments

Comments
 (0)