From f8892736dfef35026cf9ef69872992345c1cd3c7 Mon Sep 17 00:00:00 2001 From: Kodie Date: Sun, 7 Jul 2024 14:20:17 -0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8okay=20this=20time=20it=20will=20work?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/node.js.yml | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index c6b822c..5ac2e86 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -28,7 +28,6 @@ jobs: cache: 'npm' - run: npm ci - run: npm run build --if-present - - run: npm test - name: Deploy with gh-pages run: diff --git a/package.json b/package.json index 13cf8f7..db96422 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,6 @@ "predeploy": "npm run build", "deploy": "gh-pages -d build", "build": "react-scripts build", - "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": {