test(clone-app): register re-digest-contract in smoke structure check

This commit is contained in:
fatih.bulut 2026-06-21 17:24:03 +03:00
parent 567b512e32
commit c8e5bb08a4
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ done
for s in scrape-play-store.py check-appstore.py; do
must_exist "$P/skills/clone-app/scripts/$s"
done
for r in stack-recommendation-guide effort-estimation-guide infra-cost-guide report-template; do
for r in stack-recommendation-guide effort-estimation-guide infra-cost-guide report-template re-digest-contract; do
must_exist "$P/skills/clone-app/references/$r.md"
done