Skip to content

Commit

Permalink
triggering force-resolutions in ForestGEO/ instead fo frontend/, just…
Browse files Browse the repository at this point in the history
… fixed
  • Loading branch information
siddheshraze committed Jun 27, 2024
1 parent 5ecf13f commit 9b4b876
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main-forestgeo-livesite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ 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 @@ -121,4 +127,4 @@ jobs:
app-name: 'forestgeo-livesite'
slot-name: 'development'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_DEVELOPMENT }}
package: ./frontend/build/standalone
package: ./frontend/build/standalone

0 comments on commit 9b4b876

Please sign in to comment.