We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6eeba1 commit 2633091Copy full SHA for 2633091
packages/databricks-vscode/package.json
@@ -466,7 +466,7 @@
466
"scripts": {
467
"vscode:prepublish": "rm -rf out && yarn run package:compile && yarn run package:copy-webview-toolkit",
468
"package": "vsce package",
469
- "package:cli:fetch": "BRICKS_VERSION=v0.0.3 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}",
+ "package:cli:fetch": "BRICKS_VERSION=v0.0.4 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}",
470
"package:cli:link": "rm -f ./bin/bricks && ln -s ../../../../bricks/bricks bin",
471
"package:compile": "yarn run esbuild:base --minify",
472
"package:copy-webview-toolkit": "cp ./node_modules/@vscode/webview-ui-toolkit/dist/toolkit.js ./out/toolkit.js",
0 commit comments