Skip to content

Commit

Permalink
fix(SLB-394): deploy is based on the current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
colorfield committed May 30, 2024
1 parent 9ccdf5f commit 3378635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"serve": "pnpm serve:netlify",
"serve:netlify": "netlify dev --cwd=. --dir=public --port=8000",
"serve:cloudflare": "wrangler pages dev public --port=8000",
"deploy:cloudflare:preview": "wrangler pages deploy",
"deploy:cloudflare": "wrangler pages deploy",
"dev": "pnpm clean && publisher",
"open": "open http://127.0.0.1:8000/___status/",
"gatsby:develop": "ENABLE_GATSBY_REFRESH_ENDPOINT=true pnpm gatsby develop",
Expand Down

0 comments on commit 3378635

Please sign in to comment.