We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b233e70 commit 058516bCopy full SHA for 058516b
1 file changed
package.json
@@ -27,6 +27,7 @@
27
"build:docs": "cd docs && JEKYLL_ENV=production bundle exec jekyll build",
28
"clean": "tsc --build --clean tsconfig.build.json",
29
"lint": "eslint . --ignore-path .gitignore",
30
+ "postlint": "tsc",
31
"prepack": "npm run build",
32
"presize": "npm run build",
33
"size": "size-limit",
0 commit comments