diff options
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 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": { |
