Skip to content

Commit

Permalink
trying to see if I can force system to look in frontend dir for packa…
Browse files Browse the repository at this point in the history
…ge.json
  • Loading branch information
siddheshraze committed Feb 23, 2024
1 parent 00de331 commit b2b890f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:

- name: npm install, build, and test
run: |
cd frontend/
npm install
npm run build --if-present
npm run test --if-present
Expand Down

0 comments on commit b2b890f

Please sign in to comment.