Skip to content

Commit

Permalink
chore: Do not run tests temporarily on push
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Dec 4, 2024
1 parent 7a19770 commit a39711c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/stitcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"dev": "bun --watch --inspect=ws://localhost:6500/sprs-stitcher ./runtime/local.ts",
"build": "bun build ./runtime/local.ts --target=bun --outdir=./dist",
"test": "bun test",
"lint": "tsc && eslint",
"dev:cloudflare": "wrangler dev runtime/cloudflare.ts",
"deploy:cloudflare": "wrangler deploy --minify runtime/cloudflare.ts"
Expand Down
3 changes: 2 additions & 1 deletion scripts/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ import { buildClientPackages } from "./devtools/client-packages";

await buildClientPackages();

await $`bun run --filter="*" test`;
// TODO: We need a better setup for tests.
// await $`bun run --filter="*" test`;

0 comments on commit a39711c

Please sign in to comment.