From 8d670c94e0bb5caf47a2f5de5b9333b100c04086 Mon Sep 17 00:00:00 2001 From: Charly Chevalier Date: Thu, 5 Sep 2024 12:35:00 +0200 Subject: [PATCH] chore: update preview builds message --- scripts/generate-preview-build-message.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/generate-preview-build-message.ts b/scripts/generate-preview-build-message.ts index f67b46e..dc7af16 100644 --- a/scripts/generate-preview-build-message.ts +++ b/scripts/generate-preview-build-message.ts @@ -42,6 +42,13 @@ ${JSON.stringify(packageMap, null, 2)} \`\`\` + +You can also use this helper script to automatically setup `"resolutions"` into your project. You +will need to create a file (`previews.json` here) and copy the JSON content from above. + +\`\`\`console +$ ./scripts/use-preview-builds.ts previews.json +\`\`\` `; const messagePath = path.resolve(__dirname, '../preview-build-message.txt');