1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

publish-npm make target fix

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-10-27 19:21:15 +02:00
parent 71dc3652c7
commit 6849f02669

View File

@ -63,6 +63,7 @@ build-npm:
yarn npm:fix-package-version
publish-npm: build-npm
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
cd src/extensions/npm/extensions && npm publish --access=public
clean: