Skip to content

Commit

Permalink
Add a build step to the Publish Workflow to make sure the dist/index.…
Browse files Browse the repository at this point in the history
…js is updated on every release.
  • Loading branch information
taoyong-ty committed Feb 9, 2023
1 parent 6c61db6 commit 80cf72c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
run: npm run format:check
- name: Lint
run: npm run lint
- name: Build
run: npm run build
- name: Test
run: npm run test
- uses: JasonEtco/build-and-tag-action@v2
Expand Down

0 comments on commit 80cf72c

Please sign in to comment.