You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hall-of-fame-docs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,4 +182,4 @@ If the contributors page shows "Contributors data unavailable":
182
182
4. Check console for error messages
183
183
184
184
### Build Integration
185
-
The build process automatically fetches fresh data. For faster builds during development, use`npm run build:fast`to skip the data fetch.
185
+
The build process does not fetch data automatically; run `npm run fetch-contributors` before`npm run build`. `npm run build:fast`is equivalent to `npm run build`.
0 commit comments