Skip to content

Commit

Permalink
adjust deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
Vercin-G authored Jan 22, 2024
1 parent fb761f6 commit 536aa3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beta_client_adr_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:

- name: Install Dependancies
run: npm i
working-directory: src/app
working-directory: src

- name: Update Browserlist
run: npx browserslist@latest --update-db
working-directory: src/app
working-directory: src

- name: Build Client to Prod
run: npm run build
Expand Down

0 comments on commit 536aa3b

Please sign in to comment.