Skip to content

Commit a439523

Browse files
authored
repo sync
2 parents 7041bff + daf9eaf commit a439523

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/actions/creating-actions/creating-a-javascript-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ git tag -a -m "My first action release" v1
176176
git push --follow-tags
177177
```
178178

179-
As an alternative to checking in your `node_modules` directory you can use a tool called [`@vercel/ncc`](https://github.com/vercel/ncc) to compile your code and modules into one file used for distribution.
179+
Checking in your `node_modules` directory can cause problems. As an alternative, you can use a tool called [`@vercel/ncc`](https://github.com/vercel/ncc) to compile your code and modules into one file used for distribution.
180180

181181
1. Install `vercel/ncc` by running this command in your terminal.
182182
`npm i -g @vercel/ncc`

0 commit comments

Comments
 (0)