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