[JS] Upgrade YARN_LOCK_MISMATCH_MESSAGE

The task was renamed, let's use its new name in the error message
as well.
This commit is contained in:
Sergej Jaskiewicz
2022-07-22 20:50:03 +02:00
committed by Space
parent 90a2141f1c
commit 8299cec66b
@@ -50,4 +50,4 @@ abstract class YarnLockMismatchReportService : BuildService<YarnLockMismatchRepo
}
}
val YARN_LOCK_MISMATCH_MESSAGE = "yarn.lock was changed. Run `kotlinActualizeYarnLock` task to actualize yarn.lock file"
val YARN_LOCK_MISMATCH_MESSAGE = "yarn.lock was changed. Run the `${YarnLockCopyTask.UPGRADE_YARN_LOCK}` task to actualize yarn.lock file"