kleine Anpassungen

This commit is contained in:
2025-04-13 16:20:37 +02:00
parent 616ed6383e
commit af61eb2334
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -2,6 +2,8 @@
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
/.idea/*
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
+1 -1
View File
@@ -41,7 +41,7 @@ test_api() {
}
composer_run() {
docker-compose up -d
docker compose up -d
}
create_css_files && install_ui_dependence && install_api_dependence && build_ui && test_unit && composer_run && test_api