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.
1 parent 45d5ebd commit 9126f97Copy full SHA for 9126f97
1 file changed
tools/scripts/verify-rslib-publint-coverage.mjs
@@ -9,7 +9,7 @@ const PACKAGES_DIR = join(ROOT, 'packages');
9
const REQUIRED_IMPORT = "from 'rsbuild-plugin-publint'";
10
const REQUIRED_CALL = 'pluginPublint()';
11
const MIN_EXPECTED_RSLIB_PACKAGES = Number.parseInt(
12
- process.env.MIN_EXPECTED_RSLIB_PACKAGES ?? '16',
+ process.env.MIN_EXPECTED_RSLIB_PACKAGES ?? '15',
13
10,
14
);
15
0 commit comments