Skip to content

Commit

Permalink
cli-hooks(chore): fix prelint tsc run script (#1895)
Browse files Browse the repository at this point in the history
  • Loading branch information
filmaj authored Aug 20, 2024
1 parent d386133 commit deb51ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"scripts": {
"prebuild": "shx rm -rf ./coverage",
"build": "shx chmod +x src/*.js",
"prelint": "tsc --noemit --module es2022 --project ./jsconfig.json",
"prelint": "tsc --noemit --module es2022 --maxNodeModuleJsDepth 0 --project ./jsconfig.json",
"lint": "eslint --ext .js src",
"pretest": "npm run lint -- --fix",
"test": "c8 mocha src/*.spec.js"
Expand Down

0 comments on commit deb51ea

Please sign in to comment.