File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1963
1963
"generate" : " npm-run-all -p generate:*" ,
1964
1964
"generate:schemas" : " vite-node scripts/generate-schemas.ts" ,
1965
1965
"generate:chromium-version" : " vite-node scripts/generate-chromium-version.ts" ,
1966
- "check-types" : " find . -type f -name \" tsconfig.json\" -not -path \" ./node_modules/*\" | sed -r 's|/[^/]+$||' | sort | uniq | xargs -I {} sh -c \" echo Checking types in {} && cd {} && npx tsc --noEmit\" " ,
1966
+ "check-types" : " find . -type f -name \" tsconfig.json\" -not -path \" ./node_modules/*\" -not -path \" ./.vscode-test/* \" | sed -r 's|/[^/]+$||' | sort | uniq | xargs -I {} sh -c \" echo Checking types in {} && cd {} && npx tsc --noEmit\" " ,
1967
1967
"postinstall" : " patch-package" ,
1968
1968
"prepare" : " cd ../.. && husky"
1969
1969
},
You can’t perform that action at this time.
0 commit comments