chore: Standardize Makefile npm scripts#156
Conversation
There was a problem hiding this comment.
Code Review
This pull request refactors the build and maintenance tasks in the Makefile to delegate operations to npm run scripts defined in package.json. It also integrates prettier and markdownlint-cli2 for automated formatting and linting, updates the build configurations, and removes an unused demo markdown file. Feedback on the changes includes a recommendation to correct a duplicated comment for the build-preview target in the Makefile to ensure accurate documentation.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| build: check-go check-deps | ||
| npm run build:production | ||
|
|
||
| ## Build site for local consumption |
|
3a079bf to
6c987e7
Compare
Signed-off-by: Bhumika Garg <bhumikatech2024@gmail.com>
6c987e7 to
4c67832
Compare
Notes for Reviewers
This PR fixes #157
Signed commits