Browse Source

commented out tsc check

pull/644/head
Dan Ditomaso 1 year ago
parent
commit
9a5a2d7780
  1. 7
      .github/workflows/pr.yml
  2. 2
      package.json

7
.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 != ''

2
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"
},

Loading…
Cancel
Save