File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " sqltools-trino-driver" ,
3
3
"displayName" : " Trino Driver" ,
4
4
"description" : " Trino Driver for SQLTools" ,
5
- "version" : " 0.2.7 " ,
5
+ "version" : " 0.2.8 " ,
6
6
"engines" : {
7
7
"vscode" : " ^1.42.0"
8
8
},
20
20
"clean" : " rimraf -rf out *.vsix" ,
21
21
"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" ,
22
22
"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" ,
24
24
"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" ,
26
26
"package" : " vsce package --yarn --allow-star-activation" ,
27
27
"publish" : " vsce publish --yarn --allow-star-activation" ,
28
28
"test-compile" : " tsc -p ./" ,
You can’t perform that action at this time.
0 commit comments