Skip to content

Commit 306a353

Browse files
committed
Release v0.2.8
1 parent d6aa43b commit 306a353

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sqltools-trino-driver",
33
"displayName": "Trino Driver",
44
"description": "Trino Driver for SQLTools",
5-
"version": "0.2.7",
5+
"version": "0.2.8",
66
"engines": {
77
"vscode": "^1.42.0"
88
},
@@ -20,9 +20,9 @@
2020
"clean": "rimraf -rf out *.vsix",
2121
"esbuild:ext": "esbuild ./src/extension.ts --bundle --external:vscode --platform=node --tsconfig=./tsconfig.json --log-level=info --color=true --format=cjs --target=es2017 --minify --outfile=./out/extension.js",
2222
"esbuild:ls": "esbuild ./src/ls/plugin.ts --bundle --external:vscode --platform=node --tsconfig=./tsconfig.json --log-level=info --color=true --format=cjs --target=es2017 --minify --outfile=./out/ls/plugin.js",
23-
"esbuild": "yarn run esbuild:ext && yarn run esbuild:ls",
23+
"esbuild": "yarn esbuild:ext && yarn esbuild:ls",
2424
"copy": "cp package.json ./out/ls",
25-
"prepackage": "yarn run clean && yarn run esbuild && yarn run copy",
25+
"prepackage": "yarn install && yarn clean && yarn esbuild && yarn copy",
2626
"package": "vsce package --yarn --allow-star-activation",
2727
"publish": "vsce publish --yarn --allow-star-activation",
2828
"test-compile": "tsc -p ./",

0 commit comments

Comments
 (0)