From fff4bbb3f6ab2cd091c8d2d426be5ccb99cc6efc Mon Sep 17 00:00:00 2001 From: "arjxn.py" Date: Thu, 12 Oct 2023 10:19:19 +0530 Subject: [PATCH 1/3] Override `typescript=5.2.2` --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 9cf8cd0..016c1ab 100644 --- a/package.json +++ b/package.json @@ -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", From 2daa5041f228c026b47fef761cb18acfdf9f6e0b Mon Sep 17 00:00:00 2001 From: "arjxn.py" Date: Thu, 12 Oct 2023 10:36:44 +0530 Subject: [PATCH 2/3] Run netlify CI on production branch only --- .github/workflows/netlify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/netlify.yml b/.github/workflows/netlify.yml index 1f8effe..c6bf310 100644 --- a/.github/workflows/netlify.yml +++ b/.github/workflows/netlify.yml @@ -3,7 +3,7 @@ name: Netlify Deploy Preview on: pull_request: branches: - - '*' + - production jobs: build: From b9b77682af29a7d37942a50661f1bd913474e10d Mon Sep 17 00:00:00 2001 From: "arjxn.py" Date: Thu, 12 Oct 2023 10:40:58 +0530 Subject: [PATCH 3/3] Trigger CI --- src/components/Footer/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 780fe5a..e7e90f8 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -54,4 +54,4 @@ const Footer = () => { ) } -export default Footer; \ No newline at end of file +export default Footer;