Skip to content

Commit

Permalink
Readme: Adds description for new scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Enngage committed Nov 29, 2017
1 parent a1ddac7 commit d5d0f62
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,13 @@ deliveryClient.items()
- Use `npm run nodejs-test` runs Node.js application and checks if response was successful
- Use `npm run build` to generate definitions & dist from the contents of `lib` folder.
- Use `npm run coveralls` to push coverage data directly to [https://coveralls.io](https://coveralls.io). Can be executed only after running`npm test`.
- Use `npm run prepublish-test` to run all test required before publishing new version without actually increasing version

## Publish scripts

- Use `npm run publish-patch` to run all tests, increase `patch` version and publish it to NPM.
- Use `npm run publish-minor` to run all tests, increase `minor` version and publish it to NPM.
- Use `npm run publish-major` to run all tests, increase `major` version and publish it to NPM.

## Feedback & Contribution

Expand Down

0 comments on commit d5d0f62

Please sign in to comment.