Skip to content

Commit b2b0b8b

Browse files
committed
[release] Also split the onlyPackages param
I missed this the last time.
1 parent ef4bc8b commit b2b0b8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/release/prepare-release-from-npm-commands/parse-params.js

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ module.exports = () => {
5656
const params = commandLineArgs(paramDefinitions);
5757

5858
splitCommaParams(params.skipPackages);
59+
splitCommaParams(params.onlyPackages);
5960

6061
return params;
6162
};

0 commit comments

Comments
 (0)