Skip to content

Commit

Permalink
ci: removed vite-plugin-checker
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakeskeyboarde committed Jun 20, 2024
1 parent f0db16b commit 836d333
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 212 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
],
"scripts": {
"build": "vite build",
"tsc": "tsc -p src/tsconfig.json",
"eslint": "eslint .",
"depcheck": "depcheck --ignores=typescript",
"test": "pnpm eslint --max-warnings=0 && pnpm depcheck",
"test": "pnpm tsc --noEmit && pnpm eslint --max-warnings=0 && pnpm depcheck",
"global-install": "pnpm i -g \"$PWD\""
},
"files": [
Expand All @@ -43,7 +44,6 @@
"eslint": "^8",
"eslint-config-rational": "^5.0.15",
"typescript": "^5.4.5",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-config-lib": "^0.2.0",
"vite-plugin-data": "^0.2.5",
"vite-plugin-dts": "^3.9.1"
Expand Down
Loading

0 comments on commit 836d333

Please sign in to comment.