Skip to content

Commit

Permalink
fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon committed Jan 6, 2024
1 parent 0eba251 commit 0fc790d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build-scripts/build-emscripten.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash -eo pipefail -x
#!/bin/bash
set -exo pipefail

emsdk install 3.1.51
emsdk activate 3.1.51
Expand Down
3 changes: 2 additions & 1 deletion build-scripts/prepare-web-data.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash -eo pipefail -x
#!/bin/bash
set -exo pipefail

rm -rf web_bundle

Expand Down
3 changes: 2 additions & 1 deletion build-scripts/prepare-web.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash -eo pipefail -x
#!/bin/bash
set -exo pipefail

mkdir -p build/
cp index.html build/
Expand Down

0 comments on commit 0fc790d

Please sign in to comment.