Skip to content

Commit

Permalink
updated yarn install in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimsyed committed May 1, 2024
1 parent 59926aa commit 2c8786d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr_ci_frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
#cmd: install
#dir: "frontend"
- name: Install dependencies via Yarn
run: yarn --cwd frontend install
working-directory: ./frontend
run: |
yarn install
- name: Install Prettier
run: yarn add prettier
Expand Down

0 comments on commit 2c8786d

Please sign in to comment.