There was an error while loading. Please reload this page.
1 parent 7ab033f commit e906aa0Copy full SHA for e906aa0
1 file changed
packages/databricks-vscode/package.json
@@ -533,7 +533,7 @@
533
"scripts": {
534
"vscode:prepublish": "rm -rf out && yarn run package:compile && yarn run package:copy-webview-toolkit",
535
"package": "vsce package",
536
- "package:cli:fetch": "BRICKS_VERSION=v0.0.11 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}",
+ "package:cli:fetch": "BRICKS_VERSION=v0.0.12 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}",
537
"package:cli:link": "rm -f ./bin/bricks && ln -s ../../../../bricks/bricks bin",
538
"package:compile": "yarn run esbuild:base --minify",
539
"package:copy-webview-toolkit": "cp ./node_modules/@vscode/webview-ui-toolkit/dist/toolkit.js ./out/toolkit.js",
@@ -617,4 +617,4 @@
617
],
618
"report-dir": "coverage"
619
}
620
-}
+}
0 commit comments