Skip to content

Commit 2eae766

Browse files
committed
fix the depends on keyword
1 parent 6d6bd70 commit 2eae766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mojoproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/saviorand/lightbug_api"
1313
[tasks]
1414
build = { cmd = "bash scripts/build.sh default", env = {MODULAR_MOJO_IMPORT_PATH = "$CONDA_PREFIX/lib/mojo"} }
1515
publish = { cmd = "bash scripts/publish.sh mojo-community", env = { PREFIX_API_KEY = "$PREFIX_API_KEY" } }
16-
bp = { depends_on=["build", "publish"] }
16+
bp = { depends-on=["build", "publish"] }
1717
template = { cmd = "magic run python scripts/templater.py -m default" }
1818
test = { cmd = "magic run mojo test -I . tests" }
1919
format = { cmd = "magic run mojo format -l 120 lightbug_api" }

0 commit comments

Comments
 (0)