You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@
43
43
"typecheck:playground": "bun run --cwd packages/playground typecheck",
44
44
"typecheck:webui": "bun run --cwd apps/webui typecheck",
45
45
"typecheck:server": "bun run --cwd apps/server typecheck",
46
-
"test": "bun run test:verification && bun run test:sdk && bun run test:cli && bun run test:playbooks && bun run test:webui && bun run test:server",
46
+
"test": "bun run build:sdk && bun run test:verification && bun run test:sdk && bun run test:cli && bun run test:playbooks && bun run test:webui && bun run test:server",
47
47
"test:verification": "bun test scripts/*.test.ts scripts/release/*.test.ts",
0 commit comments