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 525525 "scripts" : {
526526 "vscode:prepublish" : " rm -rf out && yarn run package:compile && yarn run package:copy-webview-toolkit" ,
527527 "package" : " vsce package" ,
528- "package:cli:fetch" : " BRICKS_VERSION=v0.0.8 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}" ,
528+ "package:cli:fetch" : " BRICKS_VERSION=v0.0.9 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}" ,
529529 "package:cli:link" : " rm -f ./bin/bricks && ln -s ../../../../bricks/bricks bin" ,
530530 "package:compile" : " yarn run esbuild:base --minify" ,
531531 "package:copy-webview-toolkit" : " cp ./node_modules/@vscode/webview-ui-toolkit/dist/toolkit.js ./out/toolkit.js" ,
598598 ],
599599 "report-dir" : " coverage"
600600 }
601- }
601+ }
You can’t perform that action at this time.
0 commit comments