Add --license flag to javascript-action (#56)

This commit is contained in:
Thomas Boop
2020-09-11 07:18:17 -04:00
committed by GitHub
parent 7824214cf5
commit dac74783d2
4 changed files with 16 additions and 2 deletions

View File

@ -97,6 +97,8 @@ git commit -a -m "v1 release"
git push origin 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)