fix wrangler confusion
Publish / release (push) Successful in 2m3s

This commit is contained in:
2025-12-16 02:36:17 -08:00
parent be87605e43
commit 4fc82f50f5
+1 -1
View File
@@ -1,7 +1,7 @@
{
"scripts": {
"prepublish": "esbuild --outdir=dist/js --format=esm --bundle --minify --sourcemap --sources-content src/*",
"publish": "wrangler pages deploy dist --project-name twitch-subathon-countdown"
"publish": "wrangler pages deploy dist --project-name twitch-subathon-countdown --branch=sugoi"
},
"devDependencies": {
"@types/web": "^0.0.301",