Skip to content

Commit

Permalink
Merge pull request #451 from alexa/fix-release-script
Browse files Browse the repository at this point in the history
fix: release flow to build the dist folder
  • Loading branch information
doiron authored Mar 31, 2023
2 parents 4b1a731 + c8c9a6c commit 4aac826
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 4aac826

Please sign in to comment.