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

Fix publishing @k8slens/node-fetch (#7024)

* Fix publishing @k8slens/node-fetch

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Switch to specifying access via yarnrc

Signed-off-by: Sebastian Malton <sebastian@malton.name>

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-01-26 07:15:23 -08:00 committed by GitHub
parent b033d4e8b2
commit 4fc8941863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,2 +1,3 @@
--install.check-files true
--install.network-timeout 100000
--install.network-timeout 100000
--publish.access public

View File

@ -0,0 +1,3 @@
# Description
This is a CommonJS webpack transpilation of the `node-fetch` package for use within `electron-renderer`.