Skip to content

Commit deb51ea

Browse files
author
Fil Maj
authored
cli-hooks(chore): fix prelint tsc run script (#1895)
1 parent d386133 commit deb51ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-hooks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"scripts": {
3838
"prebuild": "shx rm -rf ./coverage",
3939
"build": "shx chmod +x src/*.js",
40-
"prelint": "tsc --noemit --module es2022 --project ./jsconfig.json",
40+
"prelint": "tsc --noemit --module es2022 --maxNodeModuleJsDepth 0 --project ./jsconfig.json",
4141
"lint": "eslint --ext .js src",
4242
"pretest": "npm run lint -- --fix",
4343
"test": "c8 mocha src/*.spec.js"

0 commit comments

Comments
 (0)