summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-02-08 20:17:16 -0500
committerFrederic Guillot <fred@kanboard.net>2016-02-08 20:17:16 -0500
commit3a44db6029fb2d833d75fbc70c424e3f9cb85d82 (patch)
treefbe0787b475bba9d21f5e32f4830fb87d2de19d9 /Makefile
parent5851e03963b89ae6791d33fa4c83f9685b2e7a64 (diff)
Do not remove composer.json for test-archive
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
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 {} +;