@farris/cli 1.0.21 → 1.0.22
Sign up to get free protection for your applications and to get access to all the features.
- package/ci/cli.js +1 -1
- package/package.json +1 -1
package/ci/cli.js
CHANGED
@@ -361,7 +361,7 @@ function publish(commitUrl, updateVersionType) {
|
|
361
361
|
const projects = monoWorkspace.projects;
|
362
362
|
const checkProjects = projects.map((projectInfo) => {
|
363
363
|
const lastCommit = getLastCommit();
|
364
|
-
console.log(`last commit ${lastCommit}`);
|
364
|
+
console.log(`last commit ${lastCommit}`);
|
365
365
|
let checkPromise = checkProjectChanges(projectInfo, lastCommit);
|
366
366
|
let changedPromise = checkPromise.then(hasChanged => {
|
367
367
|
projectInfo.hasChanged = hasChanged;
|