Skip to content

Commit

Permalink
Removed redundant arguments for type checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Jarjour committed Aug 18, 2023
1 parent 9b06ae4 commit f97f3af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@
"author": "Mark Jarjour",
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"build": "yarn lint --max-warnings 0 && yarn type-check && vite build",
"build": "pnpm lint --max-warnings 0 && tsc && vite build",
"dev": "vite",
"lint": "eslint \"src/**/*{.ts,.tsx}\"",
"postinstall": "cp .gitignore .prettierignore",
"prepare": "husky install",
"start": "vite preview",
"type-check": "tsc --skipLibCheck --noEmit"
"start": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
Expand Down

0 comments on commit f97f3af

Please sign in to comment.