@squiz/dxp-cli-next 5.17.0-develop.1 → 5.17.0-develop.2
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.
|
@@ -105,7 +105,7 @@ const createAddProjectCommand = () => {
|
|
|
105
105
|
const templateDedupeConfigExample = path_1.default.join(stageConfigDir, dxp_porter_shared_1.Stage.templateDedupe, 'config.json.example');
|
|
106
106
|
yield promises_1.default.writeFile(templateDedupeConfigExample, `{
|
|
107
107
|
"sensitivity": INT,
|
|
108
|
-
"run":
|
|
108
|
+
"run": true,
|
|
109
109
|
}`);
|
|
110
110
|
(0, utils_1.logDebug)(`File created successfully at ${templateDedupeConfigExample}`);
|
|
111
111
|
// Default example configs for other stages
|