Skip to content

Commit

Permalink
Merge pull request #1927 from dxc-technology/gomezivann/publish-relea…
Browse files Browse the repository at this point in the history
…se-workflow-fix

Update publish release workflow
  • Loading branch information
jsuarezgonz authored Mar 26, 2024
2 parents d3624d0 + 4298c77 commit 9409c2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Install lib dependencies
run: cd lib && npm install --omit=dev

- name: Install lib babel dependency
run: cd lib && npm install --D @babel/core

- name: Build library
run: cd lib && npm run build

Expand Down

0 comments on commit 9409c2d

Please sign in to comment.