doc: correct the README npm test description

This commit is contained in:
golem 2026-08-01 23:00:23 -06:00
parent dc5bd8e00d
commit 1106f4e315

@ -71,9 +71,11 @@ Available commands:
- `npm run dev` launches the extension in a temporary Firefox profile and
reloads it when files change.
- `npm run lint` validates the extension and treats warnings as errors.
- `npm run test:unit` runs the `node:test` unit tests over `test/`.
- `npm run build` creates
`web-ext-artifacts/search-with-chatgpt-firefox-<version>.zip`.
- `npm test` runs the same lint and build checks used by Gitea Actions.
- `npm test` runs the same lint, unit test, and build checks used by Gitea
Actions.
The generated ZIP is unsigned. Use `npm run dev` for local testing; signing and
submission to Mozilla Add-ons remain a separate release step.