mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
switch to yarn install for faster installs, and remove .PHONY from build
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
5383c783f9
commit
bf8c0c7a99
3
Makefile
3
Makefile
@ -66,9 +66,8 @@ endif
|
|||||||
|
|
||||||
.PHONY: $(extension_node_modules)
|
.PHONY: $(extension_node_modules)
|
||||||
$(extension_node_modules):
|
$(extension_node_modules):
|
||||||
cd $(@:/node_modules=) && npm install --no-audit --no-fund
|
cd $(@:/node_modules=) && yarn import && yarn install && rm yarn.lock
|
||||||
|
|
||||||
.PHONY: $(extension_dists)
|
|
||||||
$(extension_dists): src/extensions/npm/extensions/dist
|
$(extension_dists): src/extensions/npm/extensions/dist
|
||||||
cd $(@:/dist=) && npm run build
|
cd $(@:/dist=) && npm run build
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user