Skip to content

Commit 3201a7d

Browse files
authored
fix(win32): add bun prefix to console app build scripts (anomalyco#14884)
1 parent de796d9 commit 3201a7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/console/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"typecheck": "tsgo --noEmit",
88
"dev": "vite dev --host 0.0.0.0",
99
"dev:remote": "VITE_AUTH_URL=https://auth.dev.opencode.ai VITE_STRIPE_PUBLISHABLE_KEY=pk_test_51RtuLNE7fOCwHSD4mewwzFejyytjdGoSDK7CAvhbffwaZnPbNb2rwJICw6LTOXCmWO320fSNXvb5NzI08RZVkAxd00syfqrW7t bun sst shell --stage=dev bun dev",
10-
"build": "./script/generate-sitemap.ts && vite build && ../../opencode/script/schema.ts ./.output/public/config.json",
10+
"build": "bun ./script/generate-sitemap.ts && vite build && bun ../../opencode/script/schema.ts ./.output/public/config.json",
1111
"start": "vite start"
1212
},
1313
"dependencies": {

0 commit comments

Comments
 (0)