forked from sombochea/verdaccio-ui
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:
committed by
Juan Picado @jotadeveloper
parent
86bda48b79
commit
fc114298ad
10
scripts/build-test.sh
Normal file
10
scripts/build-test.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
yarn install
|
||||
|
||||
yarn run build
|
||||
|
||||
yarn run lint
|
||||
|
||||
yarn run test
|
||||
|
||||
Reference in New Issue
Block a user