From 9a5a2d7780f1abf6242d4a3c5c1e5ffee7ec1d06 Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Wed, 11 Jun 2025 21:41:09 -0400 Subject: [PATCH] commented out tsc check --- .github/workflows/pr.yml | 7 ++++--- package.json | 2 -- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index a8f67ae6..7ea35e06 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -41,9 +41,10 @@ jobs: **/*.ts **/*.tsx - - name: Type check changed files - if: steps.changed-files.outputs.all_changed_files != '' - run: deno check ${{ steps.changed-files.outputs.all_changed_files }} + # Uncomment the following lines when you have figured out how to ignore files + # - name: Type check changed files + # if: steps.changed-files.outputs.all_changed_files != '' + # run: deno check ${{ steps.changed-files.outputs.all_changed_files }} - name: Run linter on changed files if: steps.changed-files.outputs.all_changed_files != '' diff --git a/package.json b/package.json index c35c9093..b61e2ce9 100644 --- a/package.json +++ b/package.json @@ -83,8 +83,6 @@ "react-map-gl": "8.0.4", "react-qrcode-logo": "^3.0.0", "rfc4648": "^1.5.4", - "vite-plugin-i18n-ally": "^6.1.0", - "vite-plugin-node-polyfills": "^0.23.0", "zod": "^3.25.62", "zustand": "5.0.5" },