summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-06-03 12:08:07 -0400
committerDax Raad <[email protected]>2025-06-03 12:08:07 -0400
commitfae49aaf88b22cd5a5c9172bd8fcd01c073cd319 (patch)
tree3b68fe21993d95ce55a1d65e7ec6736fc62b798b
parent274c8baa349be7994cde1a0df01130279bfe0f5d (diff)
downloadopencode-fae49aaf88b22cd5a5c9172bd8fcd01c073cd319.tar.gz
opencode-fae49aaf88b22cd5a5c9172bd8fcd01c073cd319.zip
sync
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3a5f966db..624c56fdf 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"type": "module",
"packageManager": "[email protected]",
"scripts": {
- "typecheck": "bun run typecheck --filter='*'",
+ "typecheck": "bun run --filter='*' typecheck",
"dev": "sst dev"
},
"workspaces": {