Skip to content

Commit 9126f97

Browse files
committed
chore: update default minimum expected rslib packages to 15
1 parent 45d5ebd commit 9126f97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/scripts/verify-rslib-publint-coverage.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const PACKAGES_DIR = join(ROOT, 'packages');
99
const REQUIRED_IMPORT = "from 'rsbuild-plugin-publint'";
1010
const REQUIRED_CALL = 'pluginPublint()';
1111
const MIN_EXPECTED_RSLIB_PACKAGES = Number.parseInt(
12-
process.env.MIN_EXPECTED_RSLIB_PACKAGES ?? '16',
12+
process.env.MIN_EXPECTED_RSLIB_PACKAGES ?? '15',
1313
10,
1414
);
1515

0 commit comments

Comments
 (0)