Skip to content

Commit

Permalink
fix build in release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Sanjula Ganepola <[email protected]>
  • Loading branch information
SanjulaGanepola committed Aug 4, 2023
1 parent 480d066 commit 43e3f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: npm install

- name: Build
run: npx webpack
run: npm run webpack

- name: Publish Types to NPM
run: npm publish --access public
Expand Down

0 comments on commit 43e3f69

Please sign in to comment.