Skip to content

Commit d772a63

Browse files
committed
don't call package in publish script
1 parent 7a9db8a commit d772a63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,8 @@
647647
"test": "node ./out/test/runTest.js",
648648
"version": "python scripts/update_versions.py && git add .",
649649
"package": "python scripts/package.py",
650-
"publish": "npm run package && python scripts/publish.py"
650+
"publish": "python scripts/publish.py",
651+
"package-publish": "npm run package && python scripts/publish.py"
651652
},
652653
"extensionDependencies": [
653654
"ms-python.python"

0 commit comments

Comments
 (0)