mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +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"
|
"editor"
|
||||||
],
|
],
|
||||||
"bin": {
|
"bin": {
|
||||||
"etherpad-healthcheck": "bin/etherpad-healthcheck",
|
"etherpad-healthcheck": "bin/etherpad-healthcheck"
|
||||||
"etherpad-lite": "bin/run"
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "pnpm --filter ep_etherpad-lite run lint",
|
"lint": "pnpm --filter ep_etherpad-lite run lint",
|
||||||
|
|
Loading…
Reference in a new issue