Skip to content

Commit

Permalink
fix: Fix ci flow to actually build and add dist to npm package.
Browse files Browse the repository at this point in the history
  • Loading branch information
vantreeseba committed Nov 24, 2020
1 parent ced728a commit 9122a64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ jobs:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
run: |
npm ci
npm run build
npx semantic-release

0 comments on commit 9122a64

Please sign in to comment.