From 3a44db6029fb2d833d75fbc70c424e3f9cb85d82 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Mon, 8 Feb 2016 20:17:16 -0500 Subject: Do not remove composer.json for test-archive --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4316533a..1965e4ce 100644 --- a/Makefile +++ b/Makefile @@ -88,8 +88,6 @@ test-archive: @ rm -rf ${BUILD_DIR}/kanboard/.*.yml @ rm -rf ${BUILD_DIR}/kanboard/*.md @ rm -rf ${BUILD_DIR}/kanboard/*.markdown - @ rm -rf ${BUILD_DIR}/kanboard/*.lock - @ rm -rf ${BUILD_DIR}/kanboard/*.json @ cd ${BUILD_DIR}/kanboard && find ./vendor -name notes -type d -exec rm -rf {} +; @ cd ${BUILD_DIR}/kanboard && find ./vendor -name test -type d -exec rm -rf {} +; @ cd ${BUILD_DIR}/kanboard && find ./vendor -name tests -type d -exec rm -rf {} +; -- cgit v1.2.3