Skip to content

Commit

Permalink
ci: building the dist before running tests and linting
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Oct 28, 2021
1 parent 5e8d3db commit 119e915
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Install npm@7
run: npm install -g npm@7

- name: Build dist
run: npm run build

- name: Install deps
run: npm ci

Expand Down

0 comments on commit 119e915

Please sign in to comment.