We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7527c64 commit 518ea48Copy full SHA for 518ea48
package.json
@@ -4,7 +4,7 @@
4
"description": "An open-source R2 registry",
5
"main": "index.ts",
6
"scripts": {
7
- "deploy": "wrangler deploy --env production",
+ "deploy": "wrangler deploy --minify --env production",
8
"dev:miniflare": "cross-env NODE_ENV=development wrangler --env dev dev --port 9999 --live-reload",
9
"typecheck": "tsc",
10
"test": "vitest --config test/vitest.config.ts run"
0 commit comments