mirror of https://github.com/waku-org/js-waku.git
chore: `check:tsc` needs to check test files too
This commit is contained in:
parent
8aa9b43f61
commit
2be2718531
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue