8 lines
No EOL
188 B
Makefile
8 lines
No EOL
188 B
Makefile
test-blog-app:
|
|
clear;
|
|
CURRENT_UID=`id -u`:`id -g` docker-compose run blog-app ./src/Generator/Laminator --workdir=./examples/blog-app
|
|
|
|
setup:
|
|
composer install
|
|
|
|
test: setup test-blog-app |