From c8e1fb416458d39469530907eede8c606e8e2094 Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Fri, 11 Sep 2020 07:18:09 -0400 Subject: [PATCH] Update readme for ncc (#126) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 926ac65..ef73fbb 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,8 @@ $ git commit -a -m "prod dependencies" $ git push origin releases/v1 ``` +Note: We recommend using the `--license` option for ncc, which will create a license file for all of the production node modules used in your project. + Your action is now published! :rocket: See the [versioning documentation](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md)