Dax Raad 8 months ago
parent
commit
fae49aaf88
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
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": {