Skip to content

Commit c2ce32b

Browse files
[DECO-324] Update bricks version to v0.0.8 (#241)
This version of bricks fixes notebook syncing! Co-authored-by: Kartik Gupta <88345179+kartikgupta-db@users.noreply.github.com>
1 parent 0b3cd0c commit c2ce32b

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
@@ -525,7 +525,7 @@
525525
"scripts": {
526526
"vscode:prepublish": "rm -rf out && yarn run package:compile && yarn run package:copy-webview-toolkit",
527527
"package": "vsce package",
528-
"package:cli:fetch": "BRICKS_VERSION=v0.0.7 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}",
528+
"package:cli:fetch": "BRICKS_VERSION=v0.0.8 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}",
529529
"package:cli:link": "rm -f ./bin/bricks && ln -s ../../../../bricks/bricks bin",
530530
"package:compile": "yarn run esbuild:base --minify",
531531
"package:copy-webview-toolkit": "cp ./node_modules/@vscode/webview-ui-toolkit/dist/toolkit.js ./out/toolkit.js",

0 commit comments

Comments
 (0)