chore: package.json scripts

This commit is contained in:
Adam
2026-02-05 07:04:34 -06:00
parent 3116cfc167
commit 1a6a3f4b54

View File

@@ -8,7 +8,7 @@
"scripts": { "scripts": {
"dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts", "dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts",
"dev:desktop": "bun --cwd packages/desktop tauri dev", "dev:desktop": "bun --cwd packages/desktop tauri dev",
"dev:web": "bun --cwd packages/web dev", "dev:web": "bun --cwd packages/app dev",
"typecheck": "bun turbo typecheck", "typecheck": "bun turbo typecheck",
"prepare": "husky", "prepare": "husky",
"random": "echo 'Random script'", "random": "echo 'Random script'",