We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ada42b commit 5b376b3Copy full SHA for 5b376b3
.cargo/config.toml
@@ -2,4 +2,4 @@
2
wasm = "build --release --lib --target wasm32-unknown-unknown"
3
unit-test = "test --lib"
4
schema = "run --bin schema"
5
-deploy = "cargo run --bin deploy --features deploy"
+deploy = "run --bin deploy --features deploy"
0 commit comments