Skip to content

Commit

Permalink
ci(github-actions): update build script to use webpack-build-lib inst…
Browse files Browse the repository at this point in the history
…ead of rollup-build-lib
  • Loading branch information
JE1999 committed Jul 29, 2024
1 parent c53f69a commit 1197f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Build project with pnpm
run: pnpm rollup-build-lib
run: pnpm webpack-build-lib

publish-npm:
needs: build-lib
Expand Down

0 comments on commit 1197f65

Please sign in to comment.