Skip to content

Commit

Permalink
add comment about example binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Buckram123 committed Apr 29, 2024
1 parent 8222e34 commit cbd9bdc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[alias]
wasm = "build --release --target wasm32-unknown-unknown"
unit-test = "test --lib"
schema = "run --example schema --features schema"

# In case your project have multiple contracts
# you may end up having multiple packages with those example binaries.
# You can specify your package with `--package` option
schema = "run --example schema --features schema"
publish = "run --example publish --features daemon"
local_daemon = "run --example local_daemon --features daemon"

0 comments on commit cbd9bdc

Please sign in to comment.