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:
parent
b033d4e8b2
commit
4fc8941863
3
.yarnrc
3
.yarnrc
@ -1,2 +1,3 @@
|
||||
--install.check-files true
|
||||
--install.network-timeout 100000
|
||||
--install.network-timeout 100000
|
||||
--publish.access public
|
||||
|
||||
3
packages/node-fetch/README.md
Normal file
3
packages/node-fetch/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Description
|
||||
|
||||
This is a CommonJS webpack transpilation of the `node-fetch` package for use within `electron-renderer`.
|
||||
Loading…
Reference in New Issue
Block a user