Skip to content

Commit

Permalink
#124: improved workaround for peer dependency conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Fernandes committed Jun 7, 2023
1 parent b270bb0 commit adffb01
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 19
- run: npm install --force
- run: npm install
- run: npm run build
- run: npm test
- uses: FirebaseExtended/action-hosting-deploy@v0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 19
- run: npm install --force
- run: npm install
- run: npm run build
- run: npm test
- name: Firebase deploy to staging
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 19
- run: npm install --force
- run: npm install
- run: npm run build
- run: npm test
- uses: FirebaseExtended/action-hosting-deploy@v0
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,10 @@
"crypto": "npm:[email protected]",
"eslint-config-react-app": "^7.0.1",
"react-git-info": "^2.0.1"
},
"overrides": {
"react-scripts": {
"typescript": "^5"
}
}
}

0 comments on commit adffb01

Please sign in to comment.