🐛 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

@@ -20,7 +20,7 @@ echo $PATH
set -ex
corepack enable;
corepack install || exit 1;
corepack install;
yarn install || exit 1;
rm -rf resources/public;