Skip to content

Commit

Permalink
Merge pull request #137 from CS3219-AY2425S1/edit-workflow-file
Browse files Browse the repository at this point in the history
Edit workflow file to point to package.json
  • Loading branch information
SelwynAng authored Sep 25, 2024
2 parents 0cfba5f + 95d7b79 commit a3732fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

- name: Install dependencies
run: yarn install
working-directory: ./frontend

- name: Build
run: yarn build
run: yarn build
working-directory: ./frontend

0 comments on commit a3732fc

Please sign in to comment.