Make Nx the primary build workflow for the browser extension docs - #836
Make Nx the primary build workflow for the browser extension docs#836sognefej wants to merge 1 commit into
Conversation
Promotes npx nx serve as the recommended build path and moves the npm-script instructions to a Manual build commands section.
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE Reviewed a documentation-only change to Code Review DetailsNo blocking findings. Minor observation (not blocking): the "Manual build commands" section notes the npm scripts output to the |
🎟️ Tracking
📔 Objective
Updates the browser extension build instructions to make
npx nx serve browserthe recommendedbuild path instead of the legacy
npm run build:watchscripts, matching the Nx migration alreadycalled out in
clients. The old npm-script instructions are preserved in a new "Manual buildcommands" section rather than removed outright.
📸 Screenshots
N/A — documentation-only change.