mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
ignore removeing old config
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
c80965e512
commit
5ee659ddb1
14
Makefile
14
Makefile
@ -38,23 +38,23 @@ test: binaries/client
|
|||||||
|
|
||||||
.PHONY: integration-linux
|
.PHONY: integration-linux
|
||||||
integration-linux: binaries/client build-extension-types build-extensions
|
integration-linux: binaries/client build-extension-types build-extensions
|
||||||
ifdef XDF_CONFIG_HOME
|
# ifdef XDF_CONFIG_HOME
|
||||||
rm -rf ${XDG_CONFIG_HOME}/.config/Lens
|
# rm -rf ${XDG_CONFIG_HOME}/.config/Lens
|
||||||
else
|
# else
|
||||||
rm -rf ${HOME}/.config/Lens
|
# rm -rf ${HOME}/.config/Lens
|
||||||
endif
|
# endif
|
||||||
yarn build:linux
|
yarn build:linux
|
||||||
yarn integration
|
yarn integration
|
||||||
|
|
||||||
.PHONY: integration-mac
|
.PHONY: integration-mac
|
||||||
integration-mac: binaries/client build-extension-types build-extensions
|
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 build:mac
|
||||||
yarn integration
|
yarn integration
|
||||||
|
|
||||||
.PHONY: integration-win
|
.PHONY: integration-win
|
||||||
integration-win: binaries/client build-extension-types build-extensions
|
integration-win: binaries/client build-extension-types build-extensions
|
||||||
rm %APPDATA%/Lens
|
# rm %APPDATA%/Lens
|
||||||
yarn build:win
|
yarn build:win
|
||||||
yarn integration
|
yarn integration
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user