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 7a9db8a commit d772a63Copy full SHA for d772a63
package.json
@@ -647,7 +647,8 @@
647
"test": "node ./out/test/runTest.js",
648
"version": "python scripts/update_versions.py && git add .",
649
"package": "python scripts/package.py",
650
- "publish": "npm run package && python scripts/publish.py"
+ "publish": "python scripts/publish.py",
651
+ "package-publish": "npm run package && python scripts/publish.py"
652
},
653
"extensionDependencies": [
654
"ms-python.python"
0 commit comments