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:
parent
fe2b52bc99
commit
ad049e8527
4
Makefile
4
Makefile
@ -66,10 +66,10 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
$(extension_node_modules):
|
$(extension_node_modules):
|
||||||
cd $(dir $@) && npm install --no-audit --no-fund
|
cd $(@:/node_modules=) && npm install --no-audit --no-fund
|
||||||
|
|
||||||
$(extension_dists):
|
$(extension_dists):
|
||||||
cd $(dir $@) && npm run build
|
cd $(@:/node_modules=) && npm run build
|
||||||
|
|
||||||
.PHONY: build-extensions
|
.PHONY: build-extensions
|
||||||
build-extensions: $(extension_node_modules) $(extension_dists)
|
build-extensions: $(extension_node_modules) $(extension_dists)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user