Skip to content

Commit

Permalink
chore: update play scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 8, 2024
1 parent 97c818e commit 4c6e8b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@
"lint": "eslint --cache . && prettier -c src test",
"lint:fix": "eslint --cache . --fix && prettier -w src test",
"prepack": "pnpm run build",
"play:bun": "bun test/fixture/bun.ts",
"play:bun": "bun --watch test/fixture/bun.ts",
"play:cf": "wrangler dev --port 3001 -c test/fixture/wrangler.toml",
"play:cf-durable": "wrangler dev --port 3001 -c test/fixture/wrangler-durable.toml",
"play:deno": "deno run --unstable-byonm -A test/fixture/deno.ts",
"play:deno": "deno run --watch --unstable-byonm -A test/fixture/deno.ts",
"play:node": "jiti test/fixture/node.ts",
"play:sse": "bun test/fixture/sse.ts",
"play:sse": "deno run --unstable-byonm -A --watch test/fixture/sse.ts",
"play:uws": "jiti test/fixture/uws.ts",
"release": "pnpm test && pnpm build && changelogen --release && npm publish && git push --follow-tags",
"test": "pnpm lint && pnpm test:types && vitest run --coverage",
Expand Down

0 comments on commit 4c6e8b3

Please sign in to comment.