Skip to content

Commit 04f30c3

Browse files
committed
chore: add deploy script for Open VSX to package.json
1 parent 63b514b commit 04f30c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
"build": "pnpm run lint && node esbuild.js --production",
141141
"dev": "pnpm build -- --watch",
142142
"deploy:extension": "vsce publish --no-dependencies",
143+
"deploy:openvsx": "ovsx publish -p $OVSX_PAT",
143144
"lint": "eslint src --ext ts"
144145
},
145146
"devDependencies": {

0 commit comments

Comments
 (0)