1
0
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:
Sebastian Malton 2020-11-17 15:49:51 -05:00
parent 5383c783f9
commit bf8c0c7a99

View File

@ -66,9 +66,8 @@ endif
.PHONY: $(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
cd $(@:/dist=) && npm run build