Skip to content

Commit

Permalink
try something else
Browse files Browse the repository at this point in the history
  • Loading branch information
Vercin-G committed Jan 21, 2024
1 parent 62f89fb commit fb761f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/beta_build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- Development
paths:
- ".github/workflows/beta_client_adr_push.yml"
- "src/app/**"
- "src/**"
- "config/client/**"

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand All @@ -34,11 +34,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 fb761f6

Please sign in to comment.