diff options
| author | Dax Raad <[email protected]> | 2025-09-27 04:12:55 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-27 04:12:55 -0400 |
| commit | ea66c026335b4a583a9933c0de8298ad3438e395 (patch) | |
| tree | 8a22f393e4484318bcf9119fc81ae233f6f40e25 /package.json | |
| parent | 925ce6503e3672574ceaf02f2a03ad93abe587fd (diff) | |
| download | opencode-ea66c026335b4a583a9933c0de8298ad3438e395.tar.gz opencode-ea66c026335b4a583a9933c0de8298ad3438e395.zip | |
ci: tweaks
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c94b2746f..5d6e32a3b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "packageManager": "[email protected]", "scripts": { - "dev": "bun run --conditions=development packages/opencode/src/index.ts", + "dev": "bun run packages/opencode/src/index.ts", "typecheck": "bun turbo typecheck", "prepare": "husky" }, |
