Skip to content

Commit 2676185

Browse files
authoredFeb 25, 2025
add tsc check
1 parent 8070727 commit 2676185

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@
2424
],
2525
"scripts": {
2626
"build": "tsc --build",
27+
"check": "tsc --noEmit",
2728
"lint": "eslint . --ignore-path .gitignore",
28-
"pretest": "npm run lint",
29+
"pretest": "npm run lint && npm run check",
2930
"test": "wtr",
3031
"prepack": "npm run build",
3132
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"

0 commit comments

Comments
 (0)