Fixed run command not being there.

This commit is contained in:
SamTV12345 2024-03-12 22:10:27 +01:00
parent 078324c0d1
commit 93a929b5ff

View file

@ -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",