Skip to content

Commit e906aa0

Browse files
bump bricks version to v0.0.12 (#294)
1 parent 7ab033f commit e906aa0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/databricks-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
"scripts": {
534534
"vscode:prepublish": "rm -rf out && yarn run package:compile && yarn run package:copy-webview-toolkit",
535535
"package": "vsce package",
536-
"package:cli:fetch": "BRICKS_VERSION=v0.0.11 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}",
536+
"package:cli:fetch": "BRICKS_VERSION=v0.0.12 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}",
537537
"package:cli:link": "rm -f ./bin/bricks && ln -s ../../../../bricks/bricks bin",
538538
"package:compile": "yarn run esbuild:base --minify",
539539
"package:copy-webview-toolkit": "cp ./node_modules/@vscode/webview-ui-toolkit/dist/toolkit.js ./out/toolkit.js",
@@ -617,4 +617,4 @@
617617
],
618618
"report-dir": "coverage"
619619
}
620-
}
620+
}

0 commit comments

Comments
 (0)