From 4fc89418637c01353f5d94acb13098e75c6a7716 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Thu, 26 Jan 2023 07:15:23 -0800 Subject: [PATCH] Fix publishing @k8slens/node-fetch (#7024) * Fix publishing @k8slens/node-fetch Signed-off-by: Sebastian Malton * Switch to specifying access via yarnrc Signed-off-by: Sebastian Malton Signed-off-by: Sebastian Malton --- .yarnrc | 3 ++- packages/node-fetch/README.md | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 packages/node-fetch/README.md diff --git a/.yarnrc b/.yarnrc index a68592d594..ad210e5757 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1,2 +1,3 @@ --install.check-files true ---install.network-timeout 100000 \ No newline at end of file +--install.network-timeout 100000 +--publish.access public diff --git a/packages/node-fetch/README.md b/packages/node-fetch/README.md new file mode 100644 index 0000000000..ee70e10fd4 --- /dev/null +++ b/packages/node-fetch/README.md @@ -0,0 +1,3 @@ +# Description + +This is a CommonJS webpack transpilation of the `node-fetch` package for use within `electron-renderer`.