author | wenzelm |
Fri, 30 Jun 2017 13:21:47 +0200 | |
changeset 66231 | 406b5ae7f5f3 |
parent 66230 | ae814012b95f |
child 66232 | be0ab4b94c62 |
--- a/src/Tools/VSCode/src/build_vscode.scala Fri Jun 30 13:19:24 2017 +0200 +++ b/src/Tools/VSCode/src/build_vscode.scala Fri Jun 30 13:21:47 2017 +0200 @@ -36,7 +36,7 @@ progress.echo(output_path.implode) progress.bash( - "npm install && npm update --dev && vsce " + (if (publish) "publish" else "package"), + "npm install && npm update --dev && vsce package" + (if (publish) " && vsce publish" else ""), cwd = extension_dir.file, echo = true).check }