mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
switch to make: Nothing to be done for `@'.
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
5479af44ef
commit
524ffb9b97
2
Makefile
2
Makefile
@ -70,7 +70,7 @@ integration-win: binaries/client build-extension-types build-extensions
|
|||||||
.PHONY: build
|
.PHONY: build
|
||||||
build: node_modules binaries/client
|
build: node_modules binaries/client
|
||||||
yarn run npm:fix-build-version
|
yarn run npm:fix-build-version
|
||||||
make build-extensions --jobs=4
|
$(MAKE) build-extensions
|
||||||
yarn run compile
|
yarn run compile
|
||||||
ifeq "$(DETECTED_OS)" "Windows"
|
ifeq "$(DETECTED_OS)" "Windows"
|
||||||
yarn run electron-builder --publish onTag --x64 --ia32
|
yarn run electron-builder --publish onTag --x64 --ia32
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user