Skip to content

Commit

Permalink
fix typecheck script
Browse files Browse the repository at this point in the history
  • Loading branch information
mastondzn committed May 7, 2023
1 parent 63813e3 commit e572159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"build": "tsup",
"docs": "typedoc src/index.ts --out docs --excludePrivate --excludeProtected",
"lint": "eslint .",
"typecheck": "tsc . --noEmit",
"typecheck": "tsc --noEmit",
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
Expand Down

0 comments on commit e572159

Please sign in to comment.