Skip to content

Commit

Permalink
fix: release flow to build the dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
michail committed Mar 31, 2023
1 parent 4b1a731 commit c8c9a6c
Show file tree
Hide file tree
Showing 3 changed files with 4,419 additions and 7,402 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
- run: npm test
- run: npm publish
env:
Expand Down
Loading

0 comments on commit c8c9a6c

Please sign in to comment.