From 5b63f93273d6b8646ef1d3facd70b603197b2190 Mon Sep 17 00:00:00 2001 From: Eleanor Date: Fri, 23 May 2025 11:47:26 +0100 Subject: [PATCH 1/2] Update title and icon --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index aa069f2..92bb416 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,7 @@ - + - React App + Mars Mission From e92524535969d9f38b99ff5b14b65175ee1e9af6 Mon Sep 17 00:00:00 2001 From: Eleanor Date: Fri, 23 May 2025 11:52:18 +0100 Subject: [PATCH 2/2] Fix build? --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 96371a3..9682707 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -29,5 +29,5 @@ jobs: cache: 'npm' - run: npm ci - run: npm run lint - - run: npm run build --if-present + - run: CI=false npm run build --if-present - run: npm test