Add package command and upgrade event-stream

This commit is contained in:
DJMcNab 2018-12-08 21:09:32 +00:00
parent c54a7da6e0
commit 12addc6233
3 changed files with 21 additions and 5 deletions

View file

@ -122,7 +122,7 @@ fn install_code_extension() -> Result<()> {
run(r"npm install", "./editors/code")?;
}
run(
r"node ./node_modules/vsce/out/vsce package",
r"npm run package",
"./editors/code",
)?;
if cfg!(windows) {