Skip to content

Commit

Permalink
ci: run builds AFTER source is present
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Oct 28, 2021
1 parent 119e915 commit 1bf143b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
- name: Install npm@7
run: npm install -g npm@7

- name: Build dist
run: npm run build

- name: Install deps
run: npm ci

- name: Build dist
run: npm run build

- name: Run tests
run: npm test
env:
Expand Down

0 comments on commit 1bf143b

Please sign in to comment.