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 1fa046f commit 0802fa6Copy full SHA for 0802fa6
scripts/package-and-upload-to-zeus.js
@@ -8,7 +8,7 @@ const join = require('path').join;
8
9
if (
10
!/^yarn/.test(lines[0]) ||
11
- !/lerna changed -p$/.test(lines[1]) ||
+ !/lerna changed/.test(lines[1]) ||
12
!/^Done/.test(lines[lines.length - 2]) ||
13
lines.length < 4
14
) {
0 commit comments