1 changed files with 18 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||||||
|
name: Build admin app |
||||||
|
on: |
||||||
|
push: |
||||||
|
branches: |
||||||
|
- master |
||||||
|
pull_request: |
||||||
|
branches: master |
||||||
|
|
||||||
|
jobs: |
||||||
|
run: |
||||||
|
name: npm run build |
||||||
|
runs-on: ubuntu-latest |
||||||
|
steps: |
||||||
|
- name: Checkout repo |
||||||
|
uses: actions/checkout@v2 |
||||||
|
|
||||||
|
- name: Install dependencies |
||||||
|
run: npm install && npm run build |
||||||
Loading…
Reference in new issue