Skip to content

Commit

Permalink
tweak contributing doc to explain the correct np invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Jul 2, 2022
1 parent 26d1716 commit 9c2d5d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ We publish using `np`: https://npm.im/np
2. Rebuild the README (see instructions above, necessary because npmjs.com renders the readme)
3. (optional) Update the api-extractor report; check for unexpected changes. See below
4. Publish with `np`
- `np --branch main --no-tests`
- `--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.
5. Add changelog to the Github Release; match formatting from previous releases
6. Move `docs` branch to head of `main`
- this rebuilds the website
Expand Down

0 comments on commit 9c2d5d6

Please sign in to comment.