Skip to content

Commit 4e325ea

Browse files
committed
update version script in package.json
1 parent 4949751 commit 4e325ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@
395395
"download-api": "vscode-dts dev",
396396
"postdownload-api": "vscode-dts main",
397397
"_postinstall": "npm run download-api",
398-
"version": "node scripts/updateVersions.js"
398+
"version": "node scripts/updateVersions.js && git add ."
399399
},
400400
"extensionDependencies": [
401401
"ms-python.python"

0 commit comments

Comments
 (0)