generated from Websites/symfony-template
Feat: Führt Yarn-Installations- und Build-Schritte in der Entwicklungsumgebung aus
This commit is contained in:
@@ -93,6 +93,9 @@ if [ -f "$PROJECT_DIR/composer.json" ]; then
|
|||||||
echo ""
|
echo ""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
podman exec "$CTR_PHP" yarn install
|
||||||
|
podman exec "$CTR_PHP" yarn encore dev
|
||||||
|
|
||||||
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
|
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
|
||||||
echo "Entwicklungsumgebung bereit!"
|
echo "Entwicklungsumgebung bereit!"
|
||||||
echo ""
|
echo ""
|
||||||
|
|||||||
Reference in New Issue
Block a user