Skip to content

Commit fbb0d5d

Browse files
Vignesh S, ManojVignesh S, Manoj
authored andcommitted
Made changes to deploy script to use yarn
1 parent fa738bd commit fbb0d5d

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)