From 5ee659ddb10c2f633cd48a13d9c12579204fd673 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Thu, 18 Feb 2021 13:11:35 -0500 Subject: [PATCH] ignore removeing old config Signed-off-by: Sebastian Malton --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index ddb32a9bf6..ea7c84d018 100644 --- a/Makefile +++ b/Makefile @@ -38,23 +38,23 @@ test: binaries/client .PHONY: integration-linux integration-linux: binaries/client build-extension-types build-extensions -ifdef XDF_CONFIG_HOME - rm -rf ${XDG_CONFIG_HOME}/.config/Lens -else - rm -rf ${HOME}/.config/Lens -endif +# ifdef XDF_CONFIG_HOME +# rm -rf ${XDG_CONFIG_HOME}/.config/Lens +# else +# rm -rf ${HOME}/.config/Lens +# endif yarn build:linux yarn integration .PHONY: integration-mac integration-mac: binaries/client build-extension-types build-extensions - rm ${HOME}/Library/Application\ Support/Lens + # rm ${HOME}/Library/Application\ Support/Lens yarn build:mac yarn integration .PHONY: integration-win integration-win: binaries/client build-extension-types build-extensions - rm %APPDATA%/Lens + # rm %APPDATA%/Lens yarn build:win yarn integration