Compare commits
1
Commits
1.3.0
...
af61eb2334
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af61eb2334 |
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user