Skip to content

Commit

Permalink
Merge pull request #997 from antonu17/patch-readme
Browse files Browse the repository at this point in the history
Update Readme
  • Loading branch information
ncalteen authored Jan 21, 2025
2 parents 2e5a157 + 0cec3b0 commit 5fdc758
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,10 @@ So, what are you waiting for? Go ahead and start customizing your action!
npm run all
```

> This step is important! It will run [`ncc`](https://github.com/vercel/ncc)
> to build the final JavaScript action code with all dependencies included.
> If you do not run this step, your action will not work correctly when it is
> used in a workflow. This step also includes the `--license` option for
> `ncc`, which will create a license file for all of the production node
> modules used in your project.
> This step is important! It will run [`rollup`](https://rollupjs.org/) to
> build the final JavaScript action code with all dependencies included. If
> you do not run this step, your action will not work correctly when it is
> used in a workflow.
1. (Optional) Test your action locally

Expand Down

0 comments on commit 5fdc758

Please sign in to comment.