Skip to content

Commit 4957efe

Browse files
committed
fix: add minify flag to run-wrangler-deploy
1 parent 18e5b01 commit 4957efe

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/sharp-groups-walk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@repo/tools': patch
3+
---
4+
5+
fix: add minify flag to run-wrangler-deploy

packages/tools/bin/run-wrangler-deploy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ echo "Deploying worker $NAME version $VERSION"
1010
exec wrangler deploy \
1111
--var NAME:"$NAME" \
1212
--var SENTRY_RELEASE:"$VERSION" \
13+
--minify \
1314
"$@"

0 commit comments

Comments
 (0)