Skip to content

Commit 46c314e

Browse files
bump bricks to v0.0.20 (#407)
1 parent 6b8bf79 commit 46c314e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/databricks-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@
584584
"scripts": {
585585
"vscode:prepublish": "rm -rf out && yarn run package:compile && yarn run package:copy-webview-toolkit",
586586
"package": "vsce package",
587-
"package:cli:fetch": "BRICKS_VERSION=v0.0.19 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}",
587+
"package:cli:fetch": "BRICKS_VERSION=v0.0.20 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}",
588588
"package:cli:link": "rm -f ./bin/bricks && ln -s ../../../../bricks/bricks bin",
589589
"package:compile": "yarn run esbuild:base",
590590
"package:copy-webview-toolkit": "cp ./node_modules/@vscode/webview-ui-toolkit/dist/toolkit.js ./out/toolkit.js",

0 commit comments

Comments
 (0)