Skip to content

Commit

Permalink
misc: add comment to bootstrap file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganitzsh committed Nov 15, 2023
1 parent f56d9e9 commit 0e272d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstrap.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ const __dirname = url.fileURLToPath(new URL('.', import.meta.url));

const actionRoot = __dirname;

/**
* To run this action, we need to install the dependencies before, because
* the bundle is importing it since it's transpiled to ESM now.
*/
execSync(
`npm --prefix ${actionRoot} install semantic-release --omit=dev --no-audit --no-progress --prefer-offline`,
{
Expand Down

0 comments on commit 0e272d6

Please sign in to comment.