Skip to content

Commit 5b62a54

Browse files
committed
Make test gate self-contained
Change-Id: Iad8b5390d78c7b3f366ce0372dfafe17fb4b7e25
1 parent 8565cbb commit 5b62a54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"typecheck:playground": "bun run --cwd packages/playground typecheck",
4444
"typecheck:webui": "bun run --cwd apps/webui typecheck",
4545
"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",
4747
"test:verification": "bun test scripts/*.test.ts scripts/release/*.test.ts",
4848
"test:sdk": "bun run --cwd packages/sdk test",
4949
"test:cli": "bun run --cwd packages/cli test",

0 commit comments

Comments
 (0)