Skip to content

Commit

Permalink
ci(web): 💚 fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
willin committed Dec 28, 2023
1 parent b410469 commit fa9b50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ routes = [
{ pattern = "sso.v0.md", custom_domain = true }
]
site = { bucket = "./.cloudflare/public" }
# build = { command = "npm run build" }
build = { command = "bun run build" }

[env.dev]
workers_dev = true

0 comments on commit fa9b50f

Please sign in to comment.