File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - master
77 paths :
8+ - ' Makefile'
89 - ' assets/**'
910 - ' content/**'
1011 - ' data/*.json'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ watch-production: composer.lock yarn.lock data/github
2121
2222development : export CECIL_DEBUG=true
2323development : composer.lock yarn.lock data/github
24- @rm -rf .cache && ln -sf config.$@ .yml config.yml && ./vendor/bin/cecil build
24+ @rm -rf .cache && ln -sf config.$@ .yml config.yml && ./vendor/bin/cecil -vvv build
2525
2626production : composer.lock yarn.lock data/github
27- @rm -rf .cache && ln -sf config.$@ .yml config.yml && ./vendor/bin/cecil build
27+ @rm -rf .cache && ln -sf config.$@ .yml config.yml && ./vendor/bin/cecil -vvv build
You can’t perform that action at this time.
0 commit comments