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