Skip to content

Commit c1b1f28

Browse files
committed
feat(schema): generate schema not at workspace place
1 parent e4dadf1 commit c1b1f28

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Makefile.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ dependencies = ["install_wasm"]
8585
env = { RUSTFLAGS = "-C link-arg=-s" }
8686

8787
[tasks.schema]
88-
args = ["run", "--bin", "schema"]
89-
command = "cargo"
88+
workspace = true
9089

9190
[tasks.check_contracts]
9291
dependencies = ["wasm"]

contracts/cw-template/Makefile.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[tasks.schema]
2+
args = ["run", "--bin", "schema"]
3+
command = "cargo"

0 commit comments

Comments
 (0)