1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-11-17 11:02:20 +02:00
parent 74a9585a87
commit 063be8e52f

View File

@ -56,7 +56,7 @@ test-app:
yarn test
.PHONY: build
build: install-deps binaries/client build-extensions
build: node_modules binaries/client build-extensions
ifeq "$(DETECTED_OS)" "Windows"
yarn dist:win
else