fixup! add release generator script
Some checks failed
rvr-nextgen/pipeline/pr-master There was a failure building this commit

This commit is contained in:
Bence Pőcze 2023-09-28 12:09:56 +02:00
parent 5f381ecd63
commit fdd1fa50ff
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

@ -5,9 +5,6 @@ set -e
echo "Installing Composer packages..." echo "Installing Composer packages..."
composer create-project --no-dev composer create-project --no-dev
echo "Installing NPM packages..."
(cd multi && npm install)
echo "Installing Yarn packages..." echo "Installing Yarn packages..."
(cd public/static && yarn install) (cd public/static && yarn install)