Skip to content

Commit df00fb7

Browse files
committed
Add missing wasm-debug alias to nested-contracts
1 parent 87f6b8c commit df00fb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[alias]
22
wasm = "build --release --lib --target wasm32-unknown-unknown"
3+
wasm-debug = "build --lib --target wasm32-unknown-unknown"
34
unit-test = "test --lib"
45
schema = "run --bin schema"
56
integration-test = "test --lib integration_tests"

0 commit comments

Comments
 (0)