Skip to content

Commit 578efb3

Browse files
committed
chore: .
1 parent f563874 commit 578efb3

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
@@ -158,8 +158,8 @@
158158
"check-types": "tsc --noEmit",
159159
"build": "pnpm lint && node esbuild.js --production",
160160
"dev": "pnpm build -- --watch",
161-
"deploy:vscode": "vsce publish --no-dependencies",
162-
"deploy:ovsx": "ovsx publish --no-dependencies",
161+
"vscode": "pnpx vsce publish --no-dependencies",
162+
"ovsx": "pnpx ovsx publish --no-dependencies",
163163
"lint": "eslint src --ext ts --fix"
164164
},
165165
"devDependencies": {

0 commit comments

Comments
 (0)