Skip to content

Commit cc5719f

Browse files
author
Manoj
authored
Merge pull request #6 from SoftwareAG/feature/deploy
Made changes to deploy script to use yarn
2 parents 4af647c + fbb0d5d commit cc5719f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414

1515
- name: Install and Build 🔧
1616
run: |
17-
npm install
18-
npm run-script build
17+
npm install yarn
18+
yarn
19+
yarn run build
1920
2021
- name: Deploy 🚀
2122
uses: JamesIves/github-pages-deploy-action@releases/v3

0 commit comments

Comments
 (0)