Skip to content

Commit

Permalink
chore: add test script
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Sep 9, 2024
1 parent 21c5c07 commit 7cca1bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.3",
"type": "module",
"scripts": {
"test": "npm run test:e2e",
"test:e2e": "npm run test:e2e -w example",
"build": "tsup --dts --format esm --external ../server,'virtual:remix/server-build',hono,@remix-run/cloudflare,vite src/vite-plugin.ts src/dev.ts src/cloudflare-pages.ts",
"publint": "publint",
Expand Down

0 comments on commit 7cca1bd

Please sign in to comment.