Skip to content

Commit

Permalink
actualize readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Enapiuz committed May 15, 2019
1 parent 3e9f43d commit e667875
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ commands = ["npm run lint"]
name = "tests"
paths = ["src", "tests"]
ignorePrefixes=["vendor"] # ignore "src/vendor/*" and "tests/vendor/*"
commands = ["npm run test"]
commands = ["npm run test", "npm run build"]
breakOnFail = true # if tests will fail, build won't be run
```

## Donation
If you enjoying this tool, feel free to buy me a coffee 😉
If you are enjoying this tool, feel free to buy me a coffee 😉

<a href="https://www.buymeacoffee.com/enapiuz" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>

0 comments on commit e667875

Please sign in to comment.