clean up build script

This commit is contained in:
JonLuca De Caro
2026-03-20 15:08:52 -07:00
parent 947683286c
commit 5cc4acab38
2 changed files with 3 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ pnpm dev
## Common scripts
- `pnpm dev`: start the vinext development server
- `pnpm build`: create the production bundle with vinext
- `pnpm build`: create the Cloudflare-targeted production bundle with Vite
- `pnpm start`: run the built app locally
- `pnpm deploy`: build and deploy to Cloudflare Workers
- `pnpm deploy:dry-run`: build the deploy artifact without publishing it