File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/databricks-vscode Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 622622 "scripts" : {
623623 "vscode:prepublish" : " rm -rf out && yarn run package:compile && yarn run package:copy-webview-toolkit" ,
624624 "package" : " vsce package --baseContentUrl https://github.com/databricks/databricks-vscode/blob/${TAG:-main}/packages/databricks-vscode --baseImagesUrl https://raw.githubusercontent.com/databricks/databricks-vscode/${TAG:-main}/packages/databricks-vscode" ,
625- "package:cli:fetch" : " BRICKS_VERSION=0.0.21 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}" ,
625+ "package:cli:fetch" : " BRICKS_VERSION=0.0.22 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}" ,
626626 "package:cli:link" : " rm -f ./bin/bricks && ln -s ../../../../bricks/bricks bin" ,
627627 "package:compile" : " yarn run esbuild:base" ,
628628 "package:copy-webview-toolkit" : " cp ./node_modules/@vscode/webview-ui-toolkit/dist/toolkit.js ./out/toolkit.js" ,
707707 ],
708708 "report-dir" : " coverage"
709709 }
710- }
710+ }
You can’t perform that action at this time.
0 commit comments