mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
Typo fix: checkPlugins.js
-> checkPlugin.js
This commit is contained in:
parent
44118c0e7b
commit
a55dd73f2b
3 changed files with 7 additions and 7 deletions
|
@ -15,12 +15,12 @@ node bin/plugins/checkPlugin.js ep_webrtc
|
|||
|
||||
## Autofixing - will autofix any issues it can
|
||||
```
|
||||
node bin/plugins/checkPlugins.js ep_whatever autofix
|
||||
node bin/plugins/checkPlugin.js ep_whatever autofix
|
||||
```
|
||||
|
||||
## Autocommitting, push, npm minor patch and npm publish (highly dangerous)
|
||||
```
|
||||
node bin/plugins/checkPlugins.js ep_whatever autofix autocommit
|
||||
node bin/plugins/checkPlugin.js ep_whatever autofix autocommit
|
||||
```
|
||||
|
||||
# All the plugins
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue