diff --git a/scripts/generate-preview-build-message.ts b/scripts/generate-preview-build-message.ts index f67b46e0..dc7af161 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');