feat(ci): add npm run build

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Jef LeCompte
2020-09-18 19:58:07 -04:00
parent 131dda4d5a
commit faad3e68ef
+2 -1
View File
@@ -4,7 +4,7 @@ on:
branches: branches:
- main - main
jobs: jobs:
lint: build-lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
@@ -21,4 +21,5 @@ jobs:
- name: Pull dependencies - name: Pull dependencies
run: | run: |
npm ci npm ci
npm run build
npm run lint npm run lint