Skip to content

Commit

Permalink
use vue-tsc from dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
abulte committed Apr 9, 2024
1 parent edceedc commit e4e3981
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- run: npm run build --if-present
- run: npm run test:single
- run: tsc --noEmit
- run: npx --yes vue-tsc@^2.0.10 --version
- run: npx --yes vue-tsc@^2.0.10 --noEmit
- run: npx vue-tsc --version
- run: npx vue-tsc --noEmit
162 changes: 161 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
"typescript": "^5.2.2",
"vite": "^4.5.2",
"vite-plugin-dynamic-import": "^1.5.0",
"vitest": "^0.34.6"
"vitest": "^0.34.6",
"vue-tsc": "^2.0.11"
},
"lint-staged": {
"*.{js,ts,vue,yml,yaml,json}": "prettier --write"
Expand Down

0 comments on commit e4e3981

Please sign in to comment.