Skip to content

Commit

Permalink
Merge pull request #46 from equinor/fix/npm-publish
Browse files Browse the repository at this point in the history
💚 Fix npm publish build script
  • Loading branch information
mariush2 authored Dec 17, 2024
2 parents eb4021d + 84cf61e commit bdaa86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: bun run test:ci

- name: Build Components
run: bun run build-components
run: bun run build

- uses: JS-DevTools/npm-publish@v3
with:
Expand Down

0 comments on commit bdaa86e

Please sign in to comment.