Skip to content

Commit 1cb71a5

Browse files
fix: use bun to run validate install in postbuild step
1 parent 64cd7c7 commit 1cb71a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"typecheck": "tsgo --noEmit",
1010
"test": "bun test --timeout 30000",
11-
"build": "bun run script/build.ts && ./bin/altimate-code validate install",
11+
"build": "bun run script/build.ts && bun run --conditions=browser ./src/index.ts validate install",
1212
"dev": "bun run --conditions=browser ./src/index.ts",
1313
"db": "bun drizzle-kit"
1414
},

0 commit comments

Comments
 (0)