wc-catalogue / blaze-elements

Web Component Blaze Elements
https://wc-catalogue.github.io/blaze-elements/
MIT License
10 stars 4 forks source link

chore: move tests and lint to pre-push hook #205

Closed Hotell closed 7 years ago

Hotell commented 7 years ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (check one with "x")

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[x] CI related changes
[ ] Other... Please describe:

What is the current behavior? (You can also link to an open issue here)

204

What is the new behavior? test and lint on prepush, just lint in precommit

Does this PR introduce a breaking change? (check one with "x")

[ ] Yes
[x] No

Other information: There is current issue with test on local machine, need to resolve that before merging