Skip to content

Commit 56248dc

Browse files
authored
Update vsce commands in package.json
1 parent 274f291 commit 56248dc

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
@@ -21,9 +21,9 @@
2121
"build": "npm run precompile && tsup src/index.ts src/language-server.ts --format cjs --external vscode --minify",
2222
"clean": "rm -rf dist",
2323
"lint": "eslint ./src --ext .ts --fix",
24-
"vsce:publish": "@vscode/vsce publish",
24+
"vsce:publish": "vsce publish",
2525
"test": "vitest",
26-
"test:package": "@vscode/vsce package",
26+
"test:package": "vsce package",
2727
"precompile": "npx ts-node src/data/precompile.ts"
2828
},
2929
"prettier": "@github/prettier-config",

0 commit comments

Comments
 (0)