Skip to content

Commit

Permalink
chore: update preview builds message
Browse files Browse the repository at this point in the history
  • Loading branch information
ccharly committed Sep 5, 2024
1 parent 29a2770 commit f319590
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/generate-preview-build-message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ Preview builds have been published. [See these instructions (from the \`core\` m
${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 <project-path> previews.json
\`\`\`
</details>
`;

Expand Down

0 comments on commit f319590

Please sign in to comment.