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

fix linux

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-11-17 08:53:57 +02:00
parent fe2b52bc99
commit ad049e8527

View File

@ -66,10 +66,10 @@ else
endif
$(extension_node_modules):
cd $(dir $@) && npm install --no-audit --no-fund
cd $(@:/node_modules=) && npm install --no-audit --no-fund
$(extension_dists):
cd $(dir $@) && npm run build
cd $(@:/node_modules=) && npm run build
.PHONY: build-extensions
build-extensions: $(extension_node_modules) $(extension_dists)