Skip to content

Commit

Permalink
change build to bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 committed Aug 8, 2024
1 parent 14febcd commit ed9df42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
check-latest: true
- run: npm install --no-package-lock
name: Install dependencies
- run: npm run build
- run: npm run bundle
name: Build
- run: npx semantic-release
env:
Expand Down

0 comments on commit ed9df42

Please sign in to comment.