diff --git a/bin/plugins/checkPlugin.js b/bin/plugins/checkPlugin.js index badaa6f3a..16a2b0994 100755 --- a/bin/plugins/checkPlugin.js +++ b/bin/plugins/checkPlugin.js @@ -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',