Skip to content

Commit 2633091

Browse files
Update bricks to v0.0.4 (#120)
1 parent e6eeba1 commit 2633091

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
@@ -466,7 +466,7 @@
466466
"scripts": {
467467
"vscode:prepublish": "rm -rf out && yarn run package:compile && yarn run package:copy-webview-toolkit",
468468
"package": "vsce package",
469-
"package:cli:fetch": "BRICKS_VERSION=v0.0.3 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}",
469+
"package:cli:fetch": "BRICKS_VERSION=v0.0.4 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}",
470470
"package:cli:link": "rm -f ./bin/bricks && ln -s ../../../../bricks/bricks bin",
471471
"package:compile": "yarn run esbuild:base --minify",
472472
"package:copy-webview-toolkit": "cp ./node_modules/@vscode/webview-ui-toolkit/dist/toolkit.js ./out/toolkit.js",

0 commit comments

Comments
 (0)