Skip to content

Commit

Permalink
fix: Pack Script
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Oct 10, 2018
1 parent 1fa046f commit 0802fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package-and-upload-to-zeus.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const join = require('path').join;

if (
!/^yarn/.test(lines[0]) ||
!/lerna changed -p$/.test(lines[1]) ||
!/lerna changed/.test(lines[1]) ||
!/^Done/.test(lines[lines.length - 2]) ||
lines.length < 4
) {
Expand Down

0 comments on commit 0802fa6

Please sign in to comment.