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 19631963 "generate" : " npm-run-all -p generate:*" ,
19641964 "generate:schemas" : " vite-node scripts/generate-schemas.ts" ,
19651965 "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\" " ,
19671967 "postinstall" : " patch-package" ,
19681968 "prepare" : " cd ../.. && husky"
19691969 },
You can’t perform that action at this time.
0 commit comments