From 88f4fe610598d9dd51a97c21b632bfca58a6cd15 Mon Sep 17 00:00:00 2001 From: Jamie Wong Date: Mon, 25 Dec 2023 22:52:46 -0500 Subject: [PATCH] Update README-ADMINS.md with npm login instructions (#457) --- README-ADMINS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README-ADMINS.md b/README-ADMINS.md index 9eefd3970..084d75d50 100644 --- a/README-ADMINS.md +++ b/README-ADMINS.md @@ -34,6 +34,8 @@ Ensure you have the Github CLI tools installed and you're authenticated. Try run gh auth status npm whoami +In your default browser, ensure that you're logged into your npm account, otherwise you'll see a 404 page when you open the authenticate link during the npm publish. + Once ready to publish, run: scripts/publish-and-deploy.sh