We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e4180b + 658f87b commit 4413e29Copy full SHA for 4413e29
1 file changed
extensions/ql-vscode/package.json
@@ -1963,7 +1963,7 @@
1963
"generate": "npm-run-all -p generate:*",
1964
"generate:schemas": "vite-node scripts/generate-schemas.ts",
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\"",
+ "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
"postinstall": "patch-package",
1968
"prepare": "cd ../.. && husky"
1969
},
0 commit comments