Skip to content

Commit

Permalink
fix type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Jan 13, 2024
1 parent cb8417c commit 1a85531
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm ci
- run: npx tsc --noEmit
- run: npm run tsc
105 changes: 104 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"format": "prettier --write .",
"preview": "vite preview",
"test": "vitest run",
"tsc": "tsc --noemit",
"tsc": "vue-tsc --noemit",
"watch": "vitest"
},
"dependencies": {
Expand All @@ -26,6 +26,7 @@
"tailwindcss": "^3.0.18",
"typescript": "^5.0.0",
"vitest": "^1.0.4",
"vue": "^3.2.31"
"vue": "^3.2.31",
"vue-tsc": "^1.0.8"
}
}

0 comments on commit 1a85531

Please sign in to comment.