Skip to content

Commit

Permalink
TEST emsdk 50
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed Mar 22, 2024
1 parent eb79e2e commit 68f0893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions build-ui.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
set -eu

SOURCE_LOC="$1"
BUILD_DIR="${SOURCE_LOC}/build"

if [ -z "$SOURCE_LOC" ]; then
echo "No source location supplied."
Expand All @@ -13,11 +12,10 @@ echo "Using source dir @ $SOURCE_LOC."
cd "$SOURCE_LOC"

echo "Collecting npm modules."
npm -g install --force --include=dev
npm install

echo "Building Angular distribution files."
if [[ -z "$NG_DEVELOP" ]]; then
if [[ -z "${NG_DEVELOP:-}" ]]; then
npm run build -- -c production
else
npm run build
Expand Down
2 changes: 1 addition & 1 deletion conan-profiles/emscripten.profile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ compiler.cppstd=20
[tool_requires]
# See https://github.com/emscripten-core/emsdk/blob/3.1.47/emscripten-releases-tags.json
# for latest version with linux-arm64 support
emsdk/3.1.47
emsdk/3.1.50

0 comments on commit 68f0893

Please sign in to comment.