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 8d670c9
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 @@ -42,6 +42,13 @@ ${JSON.stringify(packageMap, null, 2)}
\`\`\`
</details>
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
\`\`\`
`;

const messagePath = path.resolve(__dirname, '../preview-build-message.txt');
Expand Down

0 comments on commit 8d670c9

Please sign in to comment.