Skip to content

Commit

Permalink
chore: add typecheck cmd (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv authored Aug 17, 2023
1 parent 18ee0b5 commit 902e2b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@
"lint-fix": "eslint . --fix",
"prepublishOnly": "npm run build",
"release": "bumpp && npm publish",
"test": "vitest"
"test": "vitest",
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"@svgr/core": ">=7.0.0",
Expand Down

0 comments on commit 902e2b9

Please sign in to comment.