mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03:34 +01:00
Fixed run command not being there.
This commit is contained in:
parent
078324c0d1
commit
93a929b5ff
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@
|
|||
"editor"
|
||||
],
|
||||
"bin": {
|
||||
"etherpad-healthcheck": "bin/etherpad-healthcheck",
|
||||
"etherpad-lite": "bin/run"
|
||||
"etherpad-healthcheck": "bin/etherpad-healthcheck"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "pnpm --filter ep_etherpad-lite run lint",
|
||||
|
|
Loading…
Reference in a new issue