mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-18 16:01:06 +08:00
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)
This commit is contained in:
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…
x
Reference in New Issue
Block a user