Skip to content
Closed
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 @@ -93,7 +93,7 @@ src/

- Backend: `cd backend && cargo test` (validation and slug-generation unit tests) and `cargo check`.
- Frontend: `npm test` (CRA test runner) and `npx tsc --noEmit` for type checking.
- Production build: `npm run build`.
- Production build: `npm run build`..

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛑 Documentation Error: This change introduces a typo by adding an extra period. The line should end with a single period, not double periods.

Suggested change
- Production build: `npm run build`..
- Production build: `npm run build`.


## Environment variables

Expand Down
Loading