Skip to content

Commit

Permalink
feat: Update dev-example task to enable example data feature in debug…
Browse files Browse the repository at this point in the history
… mode
  • Loading branch information
sanity committed Jan 14, 2025
1 parent af393c4 commit 2b49068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ dependencies = ["build-ui"]

[tasks.dev-example]
description = "Development build with example data"
env = { UI_FEATURES = "example-data" }
env = { UI_FEATURES = "example-data", BUILD_PROFILE = "debug" }
dependencies = ["build-contract"]
command = "dx"
args = ["serve"]
args = ["serve", "--features", "${UI_FEATURES}"]
cwd = "./ui"

[tasks.build-example]
Expand Down

0 comments on commit 2b49068

Please sign in to comment.