Skip to content

Commit

Permalink
rewinding a little, need to figure out what's going wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshraze committed Jun 27, 2024
1 parent 9b4b876 commit 5ef96c7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/main-forestgeo-livesite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:
with:
node-version: '18.x'

- name: Install npm-force-resolutions
run: |
cd frontend/
npm install [email protected]
cd ..
- name: create env file (in frontend/ directory) -- production
id: create-env-file-prod
if: github.ref == 'refs/heads/main'
Expand Down Expand Up @@ -93,13 +87,11 @@ jobs:
${{ runner.os }}-next-
${{ runner.os }}-next-${{ hashFiles('frontend/package-lock.json') }}
- name: Force resolutions
run: npx npm-force-resolutions

- name: move into frontend --> npm install, build, and test
run: |
cd frontend/
npm install
npx npm-force-resolutions
npm run build
npm run test --if-present
Expand Down

0 comments on commit 5ef96c7

Please sign in to comment.