Browse Source

commented out tsc check

pull/649/head
Dan Ditomaso 1 year ago
parent
commit
5709ab5595
  1. 7
      .github/workflows/pr.yml
  2. 6
      package.json

7
.github/workflows/pr.yml

@ -39,9 +39,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 != ''

6
package.json

@ -84,10 +84,8 @@
"react-map-gl": "8.0.4",
"react-qrcode-logo": "^3.0.0",
"rfc4648": "^1.5.4",
"vite-plugin-i18n-ally": "^6.0.1",
"vite-plugin-node-polyfills": "^0.23.0",
"zod": "^3.25.0",
"zustand": "5.0.4"
"zod": "^3.25.62",
"zustand": "5.0.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.5",

Loading…
Cancel
Save