From 9e2b2a32fd0e967ad3184e9a5d091a29953acb91 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 25 Oct 2017 16:22:10 -0700 Subject: Include composer dependencies in repo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 985aded7..7851f1e5 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ archive: @ echo "Build archive: version=${version}, destination=${dst}" @ rm -rf ${BUILD_DIR}/kanboard ${BUILD_DIR}/kanboard-*.zip @ cd ${BUILD_DIR} && git clone --depth 1 -q https://github.com/kanboard/kanboard.git - @ cd ${BUILD_DIR}/kanboard && composer --prefer-dist --no-dev --optimize-autoloader --quiet install + @ cd ${BUILD_DIR}/kanboard @ rm -rf ${BUILD_DIR}/kanboard/data/*.sqlite @ rm -rf ${BUILD_DIR}/kanboard/data/*.log @ rm -rf ${BUILD_DIR}/kanboard/data/files -- cgit v1.2.3