File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,11 +210,11 @@ build_client = ['hatch run "src/build_scripts/build_js_client.py" {args}']
210210build_app = [' hatch run "src/build_scripts/build_js_app.py" {args}' ]
211211publish_event_to_object = [
212212 ' hatch run javascript:build_event_to_object' ,
213- ' cd "src/js/packages/event-to-object" && bun publish --access public' ,
213+ ' cd "src/js/packages/event-to-object" && bunx npm publish --provenance --access public' ,
214214]
215215publish_client = [
216216 ' hatch run javascript:build_client' ,
217- ' cd "src/js/packages/@reactpy/client" && bun publish --access public' ,
217+ ' cd "src/js/packages/@reactpy/client" && bunx npm publish --provenance --access public' ,
218218]
219219
220220# ########################
You can’t perform that action at this time.
0 commit comments