1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

change deploy-site to main to avoid generating preview

This commit is contained in:
Tom 2024-11-20 13:11:22 -06:00
parent 912776312c
commit c126799afc

View file

@ -2,7 +2,7 @@
"name": "fcast",
"version": "1.0.0",
"scripts": {
"deploy-site": "wrangler pages deploy --directory ./website --branch master --project-name fcast"
"deploy-site": "wrangler pages deploy --directory ./website --branch main --project-name fcast"
},
"dependencies": {
"wrangler": "^3.88.0"