Skip to content

Commit 8608b59

Browse files
committed
Add publish script
1 parent ace8e11 commit 8608b59

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
@@ -27,6 +27,7 @@
2727
"vscode:prepublish": "npm run compile",
2828
"compile": "tsc -p ./",
2929
"package": "vsce package",
30+
"publish": "vsce publish",
3031
"lint": "eslint . --ext .ts,.tsx",
3132
"watch": "tsc -watch -p ./",
3233
"pretest": "npm run compile",

0 commit comments

Comments
 (0)