chore: add lint to bitbucket pipeline

This commit is contained in:
Ezequiel Bergamaschi 2021-02-16 23:03:06 -05:00
parent 6d7a02db41
commit 36f170c60a

View File

@ -16,3 +16,4 @@ pipelines:
script: script:
- yarn install - yarn install
- yarn build - yarn build
- yarn lint