🐛 Add missing node depes install on render-wasm

This commit is contained in:
Andrey Antukh
2025-12-11 11:51:47 +01:00
parent 77ef8e6fe6
commit 3f6e44316e
2 changed files with 6 additions and 4 deletions

View File

@@ -2,8 +2,6 @@
EMSDK_QUIET=1 . /opt/emsdk/emsdk_env.sh
set -x
_BUILD_NAME="${_BUILD_NAME:-render_wasm}"
_SCRIPT_DIR=$(dirname $0);
@@ -11,7 +9,11 @@ pushd $_SCRIPT_DIR;
. ./_build_env
set -x;
set -ex;
corepack enable;
corepack install;
yarn install;
build;
copy_artifacts "../frontend/resources/public/js";