update readme
All checks were successful
Run Check Script / check (pull_request) Successful in 1m32s

This commit is contained in:
tahahawa 2025-06-24 23:47:01 -04:00
parent c00bb27043
commit a9ad6b13f2

View File

@ -32,20 +32,21 @@ Here are some common commands:
```bash ```bash
# Run the full check, compile, and deploy pipeline # Compile the repo's Harmony module
harmony_composer all --prod
# Only compile the Harmony smart contracts
harmony_composer compile harmony_composer compile
# Only run static checks on the project # Run check script on the project
harmony_composer check harmony_composer check
# Deploy a previously compiled build # Run the repo's entire harmony deployment sequence
harmony_composer deploy --staging harmony_composer deploy
# Run the full check, compile, and deploy pipeline
harmony_composer all
``` ```
For a full list of commands and their options, run: For a full list of commands and their options, run:
```bash ```bash
harmony_composer --help harmony_composer --help