1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-06-15 07:59:42 +07:00
verdaccio-ui/scripts/build-test.sh
Ayush Sharma fc114298ad 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
2019-04-27 22:22:52 +02:00

11 lines
73 B
Bash

#!/bin/bash
yarn install
yarn run build
yarn run lint
yarn run test