patch: move script to tools folder

This commit is contained in:
Brian Madison
2025-08-17 11:04:27 -05:00
parent 868ae23455
commit f3cc410fb0
2 changed files with 1 additions and 1 deletions

View File

@@ -144,7 +144,7 @@ npm view bmad-method versions --json
If your local files don't match the published version after a release:
```bash
./sync-version.sh # Automatically syncs local files with npm latest
./tools/sync-version.sh # Automatically syncs local files with npm latest
```
### If Release Fails