Skip to content

Commit 161598a

Browse files
bump bricks to v0.0.14 (#322)
1 parent a957b5e commit 161598a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/databricks-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@
522522
"scripts": {
523523
"vscode:prepublish": "rm -rf out && yarn run package:compile && yarn run package:copy-webview-toolkit",
524524
"package": "vsce package",
525-
"package:cli:fetch": "BRICKS_VERSION=v0.0.12 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}",
525+
"package:cli:fetch": "BRICKS_VERSION=v0.0.14 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}",
526526
"package:cli:link": "rm -f ./bin/bricks && ln -s ../../../../bricks/bricks bin",
527527
"package:compile": "yarn run esbuild:base",
528528
"package:copy-webview-toolkit": "cp ./node_modules/@vscode/webview-ui-toolkit/dist/toolkit.js ./out/toolkit.js",
@@ -606,4 +606,4 @@
606606
],
607607
"report-dir": "coverage"
608608
}
609-
}
609+
}

0 commit comments

Comments
 (0)