Skip to content

Commit a3a2680

Browse files
committed
fix: add --project-name to deploy script after removing wrangler.toml
1 parent 1a4f7e5 commit a3a2680

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"scripts": {
1414
"build": "rm -rf dist && parcel build",
15-
"deploy": "bun run test && bun run build && wrangler pages deploy dist",
15+
"deploy": "bun run test && bun run build && wrangler pages deploy dist --project-name github-proxy",
1616
"lint": "eslint .",
1717
"size": "size-limit",
1818
"start": "wrangler pages dev dist --compatibility-date=2025-06-01",

0 commit comments

Comments
 (0)