Skip to content

Commit 9c2d5d6

Browse files
committed
tweak contributing doc to explain the correct np invocation
1 parent 26d1716 commit 9c2d5d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ We publish using `np`: https://npm.im/np
109109
2. Rebuild the README (see instructions above, necessary because npmjs.com renders the readme)
110110
3. (optional) Update the api-extractor report; check for unexpected changes. See below
111111
4. Publish with `np`
112+
- `np --branch main --no-tests`
113+
- `--no-tests` because we must rely on CI to test ts-node. Even if you *did* run the tests locally, you would only be testing a single operating system, node version, and TypeScript version, so locally-run tests are insufficient.
112114
5. Add changelog to the Github Release; match formatting from previous releases
113115
6. Move `docs` branch to head of `main`
114116
- this rebuilds the website

0 commit comments

Comments
 (0)