Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
chore: tweak build process
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Feb 21, 2020
1 parent a670d0b commit 137283e
Show file tree
Hide file tree
Showing 4 changed files with 4,363 additions and 7,585 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Vulnerability cost for Snyk

## Building vsix

Directions on [Visual Studio site](https://code.visualstudio.com/api/working-with-extensions/publishing-extension), but in short:

- `npm install -g vsce`
- `vsce package`

This will run npm scripts: `check` (eslint + prettier) and `webpack` (dist files) if either fail, `vsce` doesn't report what failed so you will need to re-run these checks manually. Otherwise it will generate a (zip) `.vsix` file that can be manually installed using `code --install-extension vscode-vuln-cost-1.0.0.vsix`
Loading

0 comments on commit 137283e

Please sign in to comment.