Skip to content

Commit

Permalink
revert all changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vercin-G committed Jan 21, 2024
1 parent beeba31 commit 62f89fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/beta_build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
REACT_APP_CLIENT_TOKEN: ${{ secrets.CLIENT_TOKEN }}
REACT_APP_COMBAT_API_URL: "https://bff.apps.7cav.us/roster/combat"
REACT_APP_RESERVE_API_URL: "https://bff.apps.7cav.us/roster/reserve"
REACT_APP_CACHE_TIMESTAMP_URL: "http://bff.apps.7cav.us/cache-timestamp"

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -35,11 +34,11 @@ jobs:

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

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

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

0 comments on commit 62f89fb

Please sign in to comment.