Skip to content

Commit 8069258

Browse files
committed
docs: fix CONTRIBUTING.md claim that npm run check includes extension tests
npm run check runs compile + unit tests + package. Extension and UI tests are separate CI-only steps. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent d107a3b commit 8069258

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ npm test
2020

2121
1. Fork the repo and create a feature branch from `main`.
2222
2. Make your changes.
23-
3. Run `npm run check` before committing. This is the full CI gate:
24-
compile, unit tests, extension tests, and packaging.
23+
3. Run `npm run check` before committing. This is the local gate:
24+
compile, unit tests, and packaging.
2525
4. Commit with a [DCO sign-off](#dco-sign-off).
2626
5. Open a pull request against `main`.
2727

0 commit comments

Comments
 (0)