Skip to content

Commit

Permalink
Fix build workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstegeman committed Dec 14, 2020
1 parent ade75b6 commit 86799e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
- name: Build project
run: |
npm ci
npm run build
- name: Lint with eslint
run: |
npm run lint
Expand Down

0 comments on commit 86799e6

Please sign in to comment.