mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
checkPlugin: Make autocommit
imply autoupdate
, autoupdate
imply autofix
This commit is contained in:
parent
27df9df47f
commit
039c50de80
2 changed files with 11 additions and 19 deletions
|
@ -24,7 +24,7 @@ node bin/plugins/checkPlugin.js ep_whatever autofix
|
|||
## Autocommitting, push, npm minor patch and npm publish (highly dangerous)
|
||||
|
||||
```
|
||||
node bin/plugins/checkPlugin.js ep_whatever autofix autocommit
|
||||
node bin/plugins/checkPlugin.js ep_whatever autocommit
|
||||
```
|
||||
|
||||
# All the plugins
|
||||
|
@ -41,7 +41,7 @@ cd ..
|
|||
for dir in node_modules/ep_*; do
|
||||
dir=${dir#node_modules/}
|
||||
[ "$dir" != ep_etherpad-lite ] || continue
|
||||
node bin/plugins/checkPlugin.js "$dir" autofix autocommit
|
||||
node bin/plugins/checkPlugin.js "$dir" autocommit
|
||||
done
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue