Better output when building demo
This commit is contained in:
parent
8131b7b898
commit
f37a8f91ca
|
|
@ -3,6 +3,8 @@ set -eu
|
|||
script_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
|
||||
cd "$script_path/.."
|
||||
|
||||
set -x
|
||||
|
||||
# Pre-requisites:
|
||||
rustup target add wasm32-unknown-unknown
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue