mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix package.json name
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
1057fa47d9
commit
e3f4003cf4
2
Makefile
2
Makefile
@ -86,7 +86,7 @@ publish-extensions-npm: node_modules build-extensions-npm
|
||||
.PHONY: publish-library-npm
|
||||
publish-library-npm: node_modules build-library-npm
|
||||
./node_modules/.bin/npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
|
||||
npm init -y --scope @k8slens && npm publish --access=public --tag=$(NPM_RELEASE_TAG) && git restore package.json
|
||||
npm publish --access=public --tag=$(NPM_RELEASE_TAG)
|
||||
|
||||
.PHONY: build-docs
|
||||
build-docs:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "open-lens",
|
||||
"name": "@k8slens/open-lens",
|
||||
"productName": "OpenLens",
|
||||
"description": "OpenLens - Open Source IDE for Kubernetes",
|
||||
"homepage": "https://github.com/lensapp/lens",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user