We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check-dependencies
1 parent 4d446cc commit a4ff448Copy full SHA for a4ff448
scripts/check-dependencies/check-dependencies.mjs
@@ -25,6 +25,7 @@ async function checkPackage(path) {
25
const { stdout } = await $({ verbose: false })`updates \
26
--json \
27
--file ${ path } \
28
+ --timeout 20000 \
29
--exclude ${ Array.isArray(exclude) ? exclude.join(',') : '' } \
30
`;
31
0 commit comments