We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64cd7c7 commit 1cb71a5Copy full SHA for 1cb71a5
1 file changed
packages/opencode/package.json
@@ -8,7 +8,7 @@
8
"scripts": {
9
"typecheck": "tsgo --noEmit",
10
"test": "bun test --timeout 30000",
11
- "build": "bun run script/build.ts && ./bin/altimate-code validate install",
+ "build": "bun run script/build.ts && bun run --conditions=browser ./src/index.ts validate install",
12
"dev": "bun run --conditions=browser ./src/index.ts",
13
"db": "bun drizzle-kit"
14
},
0 commit comments