Skip to content

Commit

Permalink
fix(templates/cloudflare-workers): prevent building twice with `wrang…
Browse files Browse the repository at this point in the history
…ler publish` (remix-run#2079)
  • Loading branch information
mikeybinns committed Jul 12, 2022
1 parent 644af2c commit 1f92d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sideEffects": false,
"scripts": {
"build": "remix build",
"deploy": "npm run build && wrangler publish",
"deploy": "wrangler publish",
"dev:remix": "remix watch",
"dev:miniflare": "cross-env NODE_ENV=development miniflare ./build/index.js --watch",
"dev": "remix build && run-p \"dev:*\"",
Expand Down

0 comments on commit 1f92d74

Please sign in to comment.