Added a note about testing on Windows to the releasing instructions

This commit is contained in:
Steve Gravrock
2021-05-04 09:28:35 -07:00
committed by GitHub
parent cacc6f4278
commit 8a42437059

View File

@@ -59,6 +59,7 @@ Install [twine](https://github.com/pypa/twine)
### Release the core NPM module
1. Run the tests on Windows. (CI only tests on Linux.)
1. `npm adduser` to save your credentials locally
1. `npm publish .` to publish what's in `package.json`