mirror of
https://github.com/fluencelabs/examples
synced 2025-06-14 18:41:21 +00:00
Separate NodeJS demo, switch to Krasnodar
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
|
||||
cargo update --aggressive
|
||||
#!/usr/bin/env bash
|
||||
set -o errexit -o nounset -o pipefail
|
||||
|
||||
# set current working directory to script parent directory to run script from everywhere
|
||||
cd "$(dirname "$0")"/..
|
||||
|
||||
mkdir -p artifacts
|
||||
rm -f artifacts/*.wasm
|
||||
|
Reference in New Issue
Block a user