Skip to content

Commit

Permalink
Updated next realease guide how to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elhigu committed Jan 31, 2019
1 parent 778c6a6 commit 8fe575e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scripts/next-release-howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fe575e

Please sign in to comment.