Skip to content

Commit eed6ee4

Browse files
authored
Merge pull request #263 from ringcentral/migrate_strict_ts
Update GitHub Actions workflow to include build step for main package…
2 parents 6de0762 + 41fa9f2 commit eed6ee4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
2727
2828
- run: npm ci
29+
- run: npm run build:main
2930
- run: npm run publish:version ${{ github.event.inputs.version }}
3031
- run: npm run publish:ci
3132
env:

0 commit comments

Comments
 (0)