Skip to content

Commit a4690ba

Browse files
committed
chore: update deploy scripts
1 parent 02fe818 commit a4690ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
"generate:release": "npx changelogen@latest --release",
101101
"build": "tsup",
102102
"dev": "pnpm build -- --watch",
103-
"deploy:vscode": "vsce publish --no-dependencies",
104-
"deploy:ovsx": "ovsx publish --no-dependencies",
103+
"vscode": "pnpx vsce publish --no-dependencies",
104+
"ovsx": "pnpx ovsx publish --no-dependencies",
105105
"lint": "eslint src --ext ts"
106106
},
107107
"devDependencies": {

0 commit comments

Comments
 (0)