We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f20f3 commit 35b5de5Copy full SHA for 35b5de5
tools/helper
@@ -64,7 +64,7 @@ def cli():
64
logging.error(msg)
65
sys.exit(2)
66
run(f"yarn run vsce publish {pre_release_arg} --skip-duplicate --packagePath {vsix_files[0]} --readme-path docs/README.md")
67
- run(f"yarn run ovsx publish {pre_release_arg} --skip-duplicate {vsix_files[0]} --readme-path docs/README.md")
+ run(f"yarn run ovsx publish {pre_release_arg} --skip-duplicate {vsix_files[0]}")
68
sys.exit()
69
if opt.package:
70
run("rm -f ./*.vsix")
0 commit comments