Dax Raad hace 1 año
padre
commit
fae49aaf88
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -5,7 +5,7 @@
   "type": "module",
   "packageManager": "bun@1.2.14",
   "scripts": {
-    "typecheck": "bun run typecheck --filter='*'",
+    "typecheck": "bun run --filter='*' typecheck",
     "dev": "sst dev"
   },
   "workspaces": {