Skip to content

Commit 3be9e81

Browse files
fix: set correct link for legacy workflow warning
1 parent d62f84a commit 3be9e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/workflow-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { LoggerConfigData } from "../constants";
77
export class WorkflowService implements IWorkflowService {
88
private legacyWorkflowDeprecationMessage = `With the upcoming NativeScript 6.0 the Webpack workflow will become the only way of building apps.
99
More info about the reasons for this change and how to migrate your project can be found in the link below:
10-
<TODO: add link here>`;
10+
https://www.nativescript.org/blog/the-future-of-building-nativescript-apps`;
1111
private webpackWorkflowConfirmMessage = `Do you want to switch your app to the Webpack workflow?`;
1212

1313
constructor(private $bundleValidatorHelper: IBundleValidatorHelper,

0 commit comments

Comments
 (0)