diff --git a/Makefile b/Makefile index 8dcef26c2e..69daed2577 100644 --- a/Makefile +++ b/Makefile @@ -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