Skip to content

Commit 058516b

Browse files
committed
add postlint step for tsc checking src and test
1 parent b233e70 commit 058516b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"build:docs": "cd docs && JEKYLL_ENV=production bundle exec jekyll build",
2828
"clean": "tsc --build --clean tsconfig.build.json",
2929
"lint": "eslint . --ignore-path .gitignore",
30+
"postlint": "tsc",
3031
"prepack": "npm run build",
3132
"presize": "npm run build",
3233
"size": "size-limit",

0 commit comments

Comments
 (0)