@farris/cli 1.0.21 → 1.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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;
|