diff options
author | DJMcNab <[email protected]> | 2018-12-08 21:09:32 +0000 |
---|---|---|
committer | DJMcNab <[email protected]> | 2018-12-08 21:09:32 +0000 |
commit | 12addc6233a9297033e6e943233ebbeb08e39f36 (patch) | |
tree | d2bf23692ce7351e814a46d6dd61742e697afd40 /crates/tools/src | |
parent | c54a7da6e02daabb253f2be62a78bb74a54d7016 (diff) |
Add package command and upgrade event-stream
Diffstat (limited to 'crates/tools/src')
-rw-r--r-- | crates/tools/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tools/src/main.rs b/crates/tools/src/main.rs index 7bd4a2d09..0679b7d34 100644 --- a/crates/tools/src/main.rs +++ b/crates/tools/src/main.rs | |||
@@ -122,7 +122,7 @@ fn install_code_extension() -> Result<()> { | |||
122 | run(r"npm install", "./editors/code")?; | 122 | run(r"npm install", "./editors/code")?; |
123 | } | 123 | } |
124 | run( | 124 | run( |
125 | r"node ./node_modules/vsce/out/vsce package", | 125 | r"npm run package", |
126 | "./editors/code", | 126 | "./editors/code", |
127 | )?; | 127 | )?; |
128 | if cfg!(windows) { | 128 | if cfg!(windows) { |