Skip to content

Commit

Permalink
feat(ci): add npm run build
Browse files Browse the repository at this point in the history
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
  • Loading branch information
jef committed Sep 18, 2020
1 parent 131dda4 commit faad3e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
jobs:
lint:
build-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand All @@ -21,4 +21,5 @@ jobs:
- name: Pull dependencies
run: |
npm ci
npm run build
npm run lint

0 comments on commit faad3e6

Please sign in to comment.