Skip to content

Commit 81c074c

Browse files
committed
add publish script
1 parent 78bd5fd commit 81c074c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"vscode:prepublish": "npm run compile",
2222
"package": "vsce package --allow-star-activation",
2323
"compile": "tsup src/extension.ts src/ls/plugin.ts -d out --external=vscode",
24-
"watch": "tsc -watch -p ./"
24+
"watch": "tsc -watch -p ./",
25+
"publish": "vsce publish --allow-star-activation"
2526
},
2627
"keywords": [
2728
"sqltools-driver",

0 commit comments

Comments
 (0)