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:
- main
jobs:
lint:
build-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
@@ -21,4 +21,5 @@ jobs:
- name: Pull dependencies
run: |
npm ci
npm run build
npm run lint