diff options
| author | Dax Raad <[email protected]> | 2025-06-03 12:08:07 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-03 12:08:07 -0400 |
| commit | fae49aaf88b22cd5a5c9172bd8fcd01c073cd319 (patch) | |
| tree | 3b68fe21993d95ce55a1d65e7ec6736fc62b798b | |
| parent | 274c8baa349be7994cde1a0df01130279bfe0f5d (diff) | |
| download | opencode-fae49aaf88b22cd5a5c9172bd8fcd01c073cd319.tar.gz opencode-fae49aaf88b22cd5a5c9172bd8fcd01c073cd319.zip | |
sync
| -rw-r--r-- | package.json | 2 |
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": { |
