Skip to content

Commit b3b8a35

Browse files
authored
Merge pull request #1757 from dxc-technology/jialecl-publishFix
Fixing publish next workflow
2 parents 89972a4 + be04e15 commit b3b8a35

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/publish-next.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- name: Install lib dependencies
3535
run: cd lib && npm install --omit=dev
3636

37+
- name: Install lib babel dependency
38+
run: cd lib && npm install --D @babel/core
39+
3740
- name: Build library
3841
run: cd lib && npm run build
3942

lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1 align="center">Halstack React library</h1>
1+
<h1 align="center">Halstack React library </h1>
22

33
`@dxc-technology/halstack-react` is an npm library of reusable React components, made to help React developers with the task of implementing User Interfaces following the DXC Halstack Design Guidelines.
44

0 commit comments

Comments
 (0)