Skip to content

Commit

Permalink
chore: build tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jul 17, 2024
1 parent 40fa76f commit 32686e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"lint:md": "markdownlint \"**/*.md\" \".github/**/*.md\" --rules sentences-per-line",
"lint:spelling": "cspell \"**\" \".github/**/*\"",
"measure": "node --import tsx/esm src/measure.ts",
"prepare": "husky"
"prepare": "husky",
"tsc": "tsc"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write"
Expand Down

0 comments on commit 32686e6

Please sign in to comment.