mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-24 23:48:17 +00:00
(Feature) Add checks into CI (#594)
This commit is contained in:
parent
327c780a1a
commit
f1437d55a4
@ -27,6 +27,8 @@ before_install:
|
||||
# Install truffle
|
||||
- yarn global add truffle
|
||||
script:
|
||||
- yarn lint:check
|
||||
- yarn prettier:check
|
||||
- yarn build
|
||||
after_success:
|
||||
- |
|
||||
@ -80,4 +82,4 @@ deploy:
|
||||
- provider: script
|
||||
script: bash config/travis/prepare_production_deployment.sh
|
||||
on:
|
||||
tags: true
|
||||
tags: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user