From 0afaabaca98327fa4ccfb6e8197173488afbd747 Mon Sep 17 00:00:00 2001 From: Brian Ingles Date: Fri, 10 Jan 2025 09:50:25 -0600 Subject: [PATCH] npm install note --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e515b28b..f07a47bd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -97,6 +97,7 @@ npx vsce ls #### Pre-Release Versions 1. Make sure you are in a clean branch whose HEAD points to the commit to publish. +1. `npm install` to ensure npm packages up to date 1. Make sure you are logged in with `vsce` using a personal access token for a user in the https://dev.azure.com/deephaven-oss/ org. `npx vsce login deephaven` 1. Run `npm run publish:prerelease`