diff --git a/install.yaml b/install.yaml index ec86ae0..388c1ad 100644 --- a/install.yaml +++ b/install.yaml @@ -11,5 +11,6 @@ post_install_actions: - test -d ${DDEV_APPROOT}/tests/lighthouse/local || mkdir -p ${DDEV_APPROOT}/tests/lighthouse/local - test -d ${DDEV_APPROOT}/reports/lighthouse || mkdir -p ${DDEV_APPROOT}/reports/lighthouse - test -f "${DDEV_APPROOT}/tests/lighthouse/local/lighthouserc.js" || cp lighthouse/lighthouserc.js.example ${DDEV_APPROOT}/tests/lighthouse/local/lighthouserc.js - + - test -d ${DDEV_APPROOT}/reports/lighthouse || mkdir -p ${DDEV_APPROOT}/reports/lighthouse + - test -f "${DDEV_APPROOT}/reports/lighthouse/.gitfile" || touch ${DDEV_APPROOT}/reports/lighthouse/.gitfile - echo "Install finished. Please adjust tests in ${DDEV_APPROOT}/tests/lighthouse/local/lighthouserc.js."