mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Add missing node depes install on render-wasm
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user