1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix make target

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-10-27 18:43:55 +02:00
parent 4f27379d38
commit 71dc3652c7

View File

@ -59,7 +59,7 @@ build-extensions:
$(foreach dir, $(wildcard $(EXTENSIONS_DIR)/*), $(MAKE) -C $(dir) build;)
build-npm:
yarn compile:extension-rollup
yarn compile:extension-types
yarn npm:fix-package-version
publish-npm: build-npm