chore: `check:tsc` needs to check test files too

This commit is contained in:
fryorcraken.eth 2022-11-04 14:31:15 +11:00
parent 8aa9b43f61
commit 2be2718531
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
"check:prettier": "prettier . --list-different",
"check:lint": "eslint src tests --ext .ts",
"check:spelling": "cspell \"{README.md,{tests,src}/**/*.ts}\"",
"check:tsc": "tsc -p tsconfig.json",
"check:tsc": "tsc -p tsconfig.dev.json",
"test": "run-s test:*",
"test:node": "TS_NODE_PROJECT=./tsconfig.json mocha",
"reset-hard": "git clean -dfx -e .idea && git reset --hard && npm i && npm run build"