mirror of https://github.com/actions/toolkit
step 1. was slightly confusing. For someone that doesn't use git all 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)
parent
2c6d31be8f
commit
5fd70ca47a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue