feat/publishComposer #65

Merged
johnride merged 3 commits from feat/publishComposer into master 2025-06-25 15:14:49 +00:00
Showing only changes of commit a9ad6b13f2 - Show all commits

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