Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ npm run validate:data
node scripts/build-customer.mjs
```

The stamp/append scripts are idempotent and safe to re-run. Run `npm run validate:data` before opening or merging data PRs so reviewers can catch stale counts, malformed source URLs, or missing freshness stamps early. `build-customer.mjs` requires `gh` auth.
The stamp/append scripts are idempotent and safe to re-run, and they keep `data.json` and `public/data.json` in sync. Run `npm run validate:data` before opening or merging data PRs so reviewers can catch stale counts, malformed source URLs, file drift, or missing freshness stamps early. `build-customer.mjs` requires `gh` auth.

## Deploy

Expand Down
Loading