diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index f661facf2..3a5f966db 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "type": "module", "packageManager": "[email protected]", "scripts": { + "typecheck": "bun run typecheck --filter='*'", "dev": "sst dev" }, "workspaces": { |
