Skip to content

Commit

Permalink
feat(schema): generate schema not at workspace place
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Oct 18, 2022
1 parent e4dadf1 commit c1b1f28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ dependencies = ["install_wasm"]
env = { RUSTFLAGS = "-C link-arg=-s" }

[tasks.schema]
args = ["run", "--bin", "schema"]
command = "cargo"
workspace = true

[tasks.check_contracts]
dependencies = ["wasm"]
Expand Down
3 changes: 3 additions & 0 deletions contracts/cw-template/Makefile.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[tasks.schema]
args = ["run", "--bin", "schema"]
command = "cargo"

0 comments on commit c1b1f28

Please sign in to comment.