From 28a28bd18f30f0fcdda987ea173b51f3f9c3c9da Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Fri, 22 Mar 2024 14:33:46 -0600 Subject: [PATCH] no lint or typecheck in this --- .github/workflows/validate.yml | 6 ------ package.json | 2 -- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 801e4b3..fbabee5 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -29,12 +29,6 @@ jobs: - name: ▶️ Run setup script run: npm run setup - - name: ʦ TypeScript - run: npm run typecheck - - - name: ⬣ ESLint - run: npm run lint - deploy: name: 🚀 Deploy runs-on: ubuntu-latest diff --git a/package.json b/package.json index 8895e22..acb2a1a 100644 --- a/package.json +++ b/package.json @@ -16,9 +16,7 @@ "test:e2e:run": "npm run test:e2e:run --silent --prefix playground", "setup": "node ./setup.js", "setup:custom": "node ./kcdshop/setup-custom.js", - "lint": "eslint .", "format": "prettier --write .", - "typecheck": "tsc -b", "validate:all": "npm-run-all --parallel --print-label --print-name --continue-on-error test:all lint typecheck" }, "keywords": [],