From e4a2aaba52045684fb64d882f2aacb77559d5a32 Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Tue, 22 Oct 2019 22:13:09 -0400 Subject: [PATCH] PR feedback --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f31163..de40ec6 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,8 @@ See the [toolkit documentation](https://github.com/actions/toolkit/blob/master/R Actions are run from GitHub repos. Packaging the action will create a packaged action in the dist folder. -Comment out node_modules in .gitignore and create a releases/v1 branch +Run package + ```bash npm run package ```