Skip to content

Commit 5b376b3

Browse files
committed
fix deploy command
1 parent 1ada42b commit 5b376b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
wasm = "build --release --lib --target wasm32-unknown-unknown"
33
unit-test = "test --lib"
44
schema = "run --bin schema"
5-
deploy = "cargo run --bin deploy --features deploy"
5+
deploy = "run --bin deploy --features deploy"

0 commit comments

Comments
 (0)