first commit
This commit is contained in:
7
vendor/omnilight/yii2-scheduling/Makefile
vendored
Normal file
7
vendor/omnilight/yii2-scheduling/Makefile
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
docker_build = (docker-compose build)
|
||||
|
||||
build:
|
||||
$(call docker_build)
|
||||
|
||||
test:
|
||||
$(call docker_build) && docker-compose run app composer run-script test
|
||||
Reference in New Issue
Block a user