docs: remove warning alert

This commit is contained in:
マルコメ
2024-10-12 18:11:11 +09:00
committed by GitHub
parent 936ae24c2b
commit 023fbfd7d2

View File

@@ -119,14 +119,12 @@ So, what are you waiting for? Go ahead and start customizing your action!
npm run all npm run all
``` ```
> [!WARNING] > This step is important! It will run [`ncc`](https://github.com/vercel/ncc)
> > to build the final JavaScript action code with all dependencies included.
> This step is important! It will run [`ncc`](https://github.com/vercel/ncc) > If you do not run this step, your action will not work correctly when it is
> to build the final JavaScript action code with all dependencies included. > used in a workflow. This step also includes the `--license` option for
> If you do not run this step, your action will not work correctly when it is > `ncc`, which will create a license file for all of the production node
> used in a workflow. This step also includes the `--license` option for > modules used in your project.
> `ncc`, which will create a license file for all of the production node
> modules used in your project.
1. Commit your changes 1. Commit your changes