Skip to content

Commit

Permalink
step 1. was slightly confusing. For someone that doesn't use git all …
Browse files Browse the repository at this point in the history
…the time, they might not know they need to go into the .gitignore file. The first time I read this I thought the direction was saying to rename the directory !node_modeules (#125)
  • Loading branch information
abelsquidhead authored and Danny McCormick committed Sep 9, 2019
1 parent 2c6d31b commit 5fd70ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/javascript-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fd70ca

Please sign in to comment.