Skip to content

Commit 44aade3

Browse files
committed
bumpup vscode plugin to 1.3.1
1 parent b5b2f76 commit 44aade3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sql-language-server",
33
"displayName": "SQL Language Server",
44
"description": "SQL Language Server Extension for VSC",
5-
"version": "1.3.0",
5+
"version": "1.3.1",
66
"main": "./packages/client/out/extension",
77
"repository": {
88
"type": "git",
@@ -41,7 +41,8 @@
4141
"dev": "yarn build:sqlint && run-p watch:sqlint watch:server watch:dev-server:client watch:dev-server:server",
4242
"vscode:prepublish": "yarn run vsc-compile",
4343
"npm:prepublish": "yarn build:sqlint && yarn build:server",
44-
"version": "lerna version"
44+
"version": "lerna version",
45+
"vscode:publish": "yarn vscode:prepublish && vsce publish"
4546
},
4647
"engines": {
4748
"vscode": "^1.45.1"

0 commit comments

Comments
 (0)