Skip to content

Commit

Permalink
updated package-json & workflow to try and resolve vitest build error
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshraze committed Jun 27, 2024
1 parent 3816285 commit 5ecf13f
Show file tree
Hide file tree
Showing 3 changed files with 1,133 additions and 449 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main-forestgeo-livesite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ 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/
Expand Down Expand Up @@ -118,4 +121,4 @@ jobs:
app-name: 'forestgeo-livesite'
slot-name: 'development'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_DEVELOPMENT }}
package: ./frontend/build/standalone
package: ./frontend/build/standalone
Loading

0 comments on commit 5ecf13f

Please sign in to comment.