cleanup #1

Merged
bence merged 5 commits from cleanup into master 2023-04-08 02:00:56 +02:00
2 changed files with 0 additions and 6 deletions
Showing only changes of commit 8edb7ff37f - Show all commits

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)