Skip to content

Commit

Permalink
[misc] workflow: run npm run build rather than npm run release.
Browse files Browse the repository at this point in the history
  • Loading branch information
plainheart committed Jul 11, 2021
1 parent 4074f8c commit 9aaef7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: Intsall dependencies
run: npm ci

- name: Build release
run: npm run release
- name: Build from source
run: npm run build

0 comments on commit 9aaef7d

Please sign in to comment.