Skip to content

Commit

Permalink
Merge pull request #255 from hmcts/EXUI-2531-AddingYarnInstall
Browse files Browse the repository at this point in the history
fix: Ex UI 2531 adding yarn install
  • Loading branch information
MunishSharmaHMCTS authored Nov 13, 2024
2 parents 9907069 + 73d003e commit 10ab961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/prbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
- name: Enable corepack
run: |
corepack enable
- run: yarn install
- name: Install dependencies
run: yarn ci
- name: Semantic Release
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hmcts/rpx-xui-node-lib",
"version": "2.29.6",
"version": "2.29.7",
"description": "Common nodejs library components for XUI",
"main": "dist/index",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 10ab961

Please sign in to comment.