Skip to content

Commit

Permalink
ci(github):update action, add build
Browse files Browse the repository at this point in the history
  • Loading branch information
guocaoyi committed Aug 29, 2022
1 parent eebcc18 commit ed944a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: NPM CI
run: npm ci

- name: Build
run: npm run build

- name: Publish to NPM
run: npm publish || true
env:
Expand Down

0 comments on commit ed944a6

Please sign in to comment.