We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fa76f commit 32686e6Copy full SHA for 32686e6
package.json
@@ -29,7 +29,8 @@
29
"lint:md": "markdownlint \"**/*.md\" \".github/**/*.md\" --rules sentences-per-line",
30
"lint:spelling": "cspell \"**\" \".github/**/*\"",
31
"measure": "node --import tsx/esm src/measure.ts",
32
- "prepare": "husky"
+ "prepare": "husky",
33
+ "tsc": "tsc"
34
},
35
"lint-staged": {
36
"*": "prettier --ignore-unknown --write"
0 commit comments