Skip to content

Commit

Permalink
chore: fiddle with check script
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Dec 19, 2024
1 parent 2b1256a commit caf7cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"scripts": {
"build": "tshy",
"build:docs": "typedoc",
"check": "npm test && npm run test:types && npm run lint && npm run lint:knip && npm run lint:md && npm run lint:spelling",
"check": "run-p --aggregate-output test test:types lint lint:knip lint:md lint:spelling",
"dev": "tshy --watch",
"dev:docs": "run-p \"docs:*\"",
"dev:types": "tsc -p tsconfig.tsc.json --watch",
Expand Down

0 comments on commit caf7cdf

Please sign in to comment.