- Start the app watcher from the
app/directory:./fake.sh Watch
- Preferred flow:
cd app && ./fake.sh Watch
Before creating a PR, always run:
cd app && ./fake.sh Test— all tests must passcd pulumi && pulumi preview— must show expected changes with no errors
CI runs pulumi up on merge to main, so do not run pulumi up manually.