mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix publish-npm workflow invocations (#6915)
Signed-off-by: Sebastian Malton <sebastian@malton.name> Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
6f8a1f939f
commit
d18cf63a98
4
Makefile
4
Makefile
@ -72,11 +72,11 @@ packages/extensions/node_modules: packages/extensions/package.json
|
||||
cd packages/extensions/ && ../../node_modules/.bin/npm install --no-audit --no-fund --no-save
|
||||
|
||||
.PHONY: build-extensions-npm
|
||||
build-extensions-npm: build-extension-types packages/extensions/__mocks__
|
||||
build-extensions-npm: build-extension-types
|
||||
yarn npm:fix-extensions-package-version
|
||||
|
||||
.PHONY: build-library-npm
|
||||
build-library-npm:
|
||||
build-library-npm: node_modules
|
||||
yarn compile-library
|
||||
|
||||
.PHONY: build-extension-types
|
||||
|
||||
Loading…
Reference in New Issue
Block a user