Skip to content

Commit 5dbe808

Browse files
Abhinaba GhoshAbhinaba Ghosh
authored andcommitted
fix: build generation before packaging
1 parent c9850dd commit 5dbe808

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/npm-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
run: |
3939
npx playwright install --with-deps chromium
4040
npm test
41+
42+
- name: Build the package
43+
run: npm run build
4144

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

0 commit comments

Comments
 (0)