Skip to content

Commit

Permalink
build: Fix package lock (#139)
Browse files Browse the repository at this point in the history
Fixed package-lock
  • Loading branch information
bmingles authored Sep 18, 2024
1 parent f7b16b9 commit e31ecf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ https://code.visualstudio.com/api/working-with-extensions/publishing-extension#p
### Publish a new Version

1. Set `VSCE_PAT` env variable to personal access token for a user in the https://dev.azure.com/deephaven-oss/ org.
1. Increment the version number in `package.json`
1. Increment the version number in `package.json` (be sure to run `npm i` to update package-lock as well)
> See [versioning strategy](#versioning-strategy) for details on our version number scheme.
1. Package latest `npm run package:latest` (inspect output for any unexpected files included)
1. Use `vsce` cli to publish to Visual Studio Marketplace
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e31ecf9

Please sign in to comment.