1 Commits
Author SHA1 Message Date
TorstenHettstedt af61eb2334 kleine Anpassungen 2025-04-13 16:20:37 +02:00
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 # 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 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
/.idea/*
# User-specific stuff # User-specific stuff
.idea/**/workspace.xml .idea/**/workspace.xml
.idea/**/tasks.xml .idea/**/tasks.xml
+1 -1
View File
@@ -41,7 +41,7 @@ test_api() {
} }
composer_run() { 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 create_css_files && install_ui_dependence && install_api_dependence && build_ui && test_unit && composer_run && test_api