Skip to content

Commit

Permalink
Merge pull request #58 from Curio-org/fix-dependency-conflicts
Browse files Browse the repository at this point in the history
#48 Fix dependency conflicts for successful deployment
  • Loading branch information
arjxn-py authored Oct 12, 2023
2 parents 1fd4912 + b9b7768 commit f3c3229
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Netlify Deploy Preview
on:
pull_request:
branches:
- '*'
- production

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"typescript": "^5.2.2",
"web-vitals": "^2.1.4"
},
"overrides": {
"typescript": "^5.2.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ const Footer = () => {
)
}

export default Footer;
export default Footer;

0 comments on commit f3c3229

Please sign in to comment.