chore: adds pull request action (#37)

* chore: improvements in actions

* chore: improvements in actions

* chore: improvements in actions

* chore: aggregates action in a script

* chore: minor fix

* chore: adds node 12 in action

* chore: keep node 12 after 8 10 11

* chore: keep node 12 after 8 10 11

* chore: name fixes
This commit is contained in:
Ayush Sharma
2019-04-27 22:22:53 +02:00
committed by Juan Picado @jotadeveloper
parent 86bda48b79
commit fc114298ad
2 changed files with 76 additions and 52 deletions

10
scripts/build-test.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
yarn install
yarn run build
yarn run lint
yarn run test