Updated next realease guide how to run tests

This commit is contained in:
Mikael Lepistö 2019-01-31 05:41:42 +02:00
parent 778c6a63d7
commit 8fe575e0f7

View File

@ -6,7 +6,14 @@
```
npm run build
npm test
# run bunch of tests, but skipping coverage which doesn't really work locally at least
npm plaintest
npm bin_test
npm oracledb:test
npm mssql:init
npm mssql:test
npm mssql:destroy
```
4. Update package.json version to be e.g. 0.16.0-next1 or 0.16.0-next2 and commit yo master