Skip to content

Commit 6763f08

Browse files
committed
Fix: Add missed command
1 parent 0b15443 commit 6763f08

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"homepage": "https://github.com/univdev/vscode-react-developer-toolkit/blob/master/README.md",
1717
"license": "SEE LICENSE IN LICENSE",
1818
"pricing": "Free",
19-
"version": "0.0.1",
19+
"version": "0.0.2",
2020
"engines": {
2121
"vscode": "^1.94.0"
2222
},
@@ -94,7 +94,8 @@
9494
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
9595
"vscode:prepublish": "npm run package",
9696
"package": "npm run check-types && node esbuild.js --production",
97-
"vsce:package": "pnpm vsce package --no-dependencies"
97+
"vsce:package": "pnpm vsce package --no-dependencies",
98+
"vsce:deploy": "vsce publish --no-dependencies"
9899
},
99100
"devDependencies": {
100101
"@types/node": "20.x",

0 commit comments

Comments
 (0)