mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
checkPlugin: Don't nuke node_modules/
`git add -A` will ignore `node_modules/` because it's in `.gitignore`.
This commit is contained in:
parent
5f2aaea255
commit
6ccbe374d8
1 changed files with 0 additions and 1 deletions
|
@ -447,7 +447,6 @@ fs.readdir(pluginPath, (err, rootFiles) => {
|
|||
'git diff-files --quiet && [ -z "$untracked" ] && echo true || echo false'));
|
||||
if (!unchanged) {
|
||||
const cmd = [
|
||||
'git rm -rf node_modules --ignore-unmatch',
|
||||
'git add -A',
|
||||
'git commit -m "autofixes from Etherpad checkPlugin.js"',
|
||||
'git push',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue