Skip to content

Commit

Permalink
fix: build generation before packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinaba Ghosh authored and Abhinaba Ghosh committed Jan 10, 2024
1 parent c9850dd commit 5dbe808
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
run: |
npx playwright install --with-deps chromium
npm test
- name: Build the package
run: npm run build

- name: Bump version
run: npm version ${{ github.event.inputs.versionType }} -m "Upgrade to %s"
Expand Down

0 comments on commit 5dbe808

Please sign in to comment.