remove old multi references from install/update scripts

This commit is contained in:
Bence Pőcze 2023-04-08 01:55:34 +02:00
parent 7945627708
commit 8edb7ff37f
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D
2 changed files with 0 additions and 6 deletions

View File

@ -9,9 +9,6 @@ if [ -f ${ROOT_DIR}/installed ]; then
exit 1
fi
echo "Installing NPM packages..."
(cd ${ROOT_DIR}/multi && npm install)
echo "Installing Yarn packages..."
(cd ${ROOT_DIR}/public/static && yarn install)

View File

@ -11,9 +11,6 @@ else
(cd ${ROOT_DIR} && composer install --dev)
fi
echo "Installing NPM packages..."
(cd ${ROOT_DIR}/multi && npm install)
echo "Installing Yarn packages..."
(cd ${ROOT_DIR}/public/static && yarn install)