You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"format": "bun run --filter='@elysiumjs/*' format",
"changeset": "changeset",
"version": "changeset version && bun update",
"release": "bun run build && bun run ci:publish",
"ci:publish": "for dir in @elysiumjs/*; do (cd \"$dir\" && NPM_CONFIG_IGNORE_SCRIPTS=1 bun publish --access public -f || true); done && (cd create-elysium && NPM_CONFIG_IGNORE_SCRIPTS=1 bun publish --access public -f || true) && changeset tag"