Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,16 @@ Please ensure your PR:

### Building Packages

To build all packages in the repository, use the `build-all.sh` script:
Batch operations are provided by the `ato` CLI itself — point it at the
`packages/` directory:

```bash
# Build all packages
./build-all.sh
# Build every package
ato build packages/

# Build all packages with specific flags (e.g., --frozen)
./build-all.sh --frozen
```
# List packages with identifier/version
ato package list packages/

The script will attempt to build each package and provide a summary report of successes and failures.
# Show latest build status per target
ato package status packages/
```
59 changes: 0 additions & 59 deletions scripts/build-all.sh

This file was deleted.

131 changes: 0 additions & 131 deletions scripts/build_all.py

This file was deleted.

111 changes: 0 additions & 111 deletions scripts/bump_versions.py

This file was deleted.

Loading
Loading