[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:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user