Skip to content

Commit

Permalink
Rename typescript-checkJS script to typescript-checkJs
Browse files Browse the repository at this point in the history
For better consistency with the TSConfig option name.

The script had been broken for a long time, so it is safe to assume
nobody relies on the old name in custom scripts.
  • Loading branch information
aweebit committed Aug 13, 2023
1 parent 3602ff2 commit f78ddd6
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 @@ -25,7 +25,7 @@
"test": "jest && npm run test-typings",
"test-esm": "node ./tests/esm-imports-test.mjs",
"test-typings": "tsd",
"typescript-checkJS": "tsc -p tsconfig.checkJs.json",
"typescript-checkJs": "tsc -p tsconfig.checkJs.json",
"test-all": "npm run test && npm run lint && npm run typescript-checkJS && npm run test-esm"
},
"files": [
Expand Down

0 comments on commit f78ddd6

Please sign in to comment.