Skip to content

Commit 13aa1ac

Browse files
chore: udpate publish scripts
1 parent aee49b2 commit 13aa1ac

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
@@ -170,7 +170,8 @@
170170
"watch": "tsc -watch -p ./",
171171
"lint": "eslint src",
172172
"package": "vsce package --no-dependencies -o extension.vsix",
173-
"publish": "pnpm run package && vsce publish --packagePath extension.vsix && ovsx publish --packagePath extension.vsix"
173+
"publish:vscode": "vsce publish --packagePath extension.vsix",
174+
"publish:ovsx": "ovsx publish --packagePath extension.vsix"
174175
},
175176
"devDependencies": {
176177
"@types/node": "24.10.1",

0 commit comments

Comments
 (0)