diff --git a/docs/javascript-action.md b/docs/javascript-action.md index 6772cae9..27a9e527 100644 --- a/docs/javascript-action.md +++ b/docs/javascript-action.md @@ -116,7 +116,7 @@ $ git checkout -b releases/v1 > NOTE: We will provide tooling and an action to automate this soon. Check in production dependencies: -1. **Do not ignore node_modules**: Add a `!` in front of the `node_modules` line. +1. **Do not ignore node_modules**: Add a `!` in front of the `node_modules` line in the file .gitignore. 2. **Delete node_modules**: rm -Rf node_modules 3. **Install production dependencies**: npm install --production 4. **Add**: git add node_modules