mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 02:57:57 +00:00
7 lines
231 B
Bash
Executable File
7 lines
231 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd substrate/executor/wasm && ./build.sh && cd ../../..
|
|
cd substrate/test-runtime/wasm && ./build.sh && cd ../../..
|
|
cd polkadot/runtime/wasm && ./build.sh && cd ../../..
|
|
cd demo/runtime/wasm && ./build.sh && cd ../../..
|