Skip to content

Commit 518ea48

Browse files
Add minify arg to deploy command (#95)
1 parent 7527c64 commit 518ea48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "An open-source R2 registry",
55
"main": "index.ts",
66
"scripts": {
7-
"deploy": "wrangler deploy --env production",
7+
"deploy": "wrangler deploy --minify --env production",
88
"dev:miniflare": "cross-env NODE_ENV=development wrangler --env dev dev --port 9999 --live-reload",
99
"typecheck": "tsc",
1010
"test": "vitest --config test/vitest.config.ts run"

0 commit comments

Comments
 (0)