File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/databricks-vscode Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" ,
606606 ],
607607 "report-dir" : " coverage"
608608 }
609- }
609+ }
You can’t perform that action at this time.
0 commit comments