Skip to content

Commit

Permalink
add a typecheck:wastch script, for watching type errors (useful in VS…
Browse files Browse the repository at this point in the history
… Code for continual project error updates)
  • Loading branch information
trusktr committed Jun 30, 2019
1 parent 7aba466 commit 99032b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"generate-contributors": "all-contributors generate",
"///////////////////////////////////////": "////////////////////////////////////////////",
"typecheck": "tsc -p ./tsconfig.json --noEmit",
"typecheck:watch": "tsc -p ./tsconfig.json --noEmit --watch",
"lint-format": "npm run lint-all && npm run prettier-check && npm run build && echo 'implement tests'",
"prettier": "npm run prettier-js -- --write && npm run prettier-ts -- --write && npm run prettier-md -- --write",
"prettier-list": "npm run --silent prettier-js-list && npm run --silent prettier-ts-list && npm run --silent prettier-md-list",
Expand Down

0 comments on commit 99032b1

Please sign in to comment.