Fix build with newer version of cecil
This commit is contained in:
@@ -13,15 +13,15 @@ data/github:
|
||||
|
||||
watch: export CECIL_DEBUG=true
|
||||
watch: composer.lock yarn.lock data/github
|
||||
@rm -rf .cache && ./vendor/bin/cecil serve --config config.development.yml
|
||||
@rm -rf .cache && ln -sf config.development.yml config.yml && ./vendor/bin/cecil serve
|
||||
|
||||
watch-production: export CECIL_DEBUG=false
|
||||
watch-production: composer.lock yarn.lock data/github
|
||||
@rm -rf .cache && ./vendor/bin/cecil serve --config config.production.yml
|
||||
@rm -rf .cache && ln -sf config.production.yml config.yml && ./vendor/bin/cecil serve
|
||||
|
||||
development: export CECIL_DEBUG=true
|
||||
development: composer.lock yarn.lock data/github
|
||||
@rm -rf .cache && ./vendor/bin/cecil build --config config.$@.yml
|
||||
@rm -rf .cache && ln -sf config.$@.yml config.yml && ./vendor/bin/cecil build
|
||||
|
||||
production: composer.lock yarn.lock data/github
|
||||
@rm -rf .cache && ./vendor/bin/cecil build --config config.$@.yml
|
||||
@rm -rf .cache && ln -sf config.$@.yml config.yml && ./vendor/bin/cecil build
|
||||
|
||||
Reference in New Issue
Block a user