Fixed docker build.

This commit is contained in:
SamTV12345 2024-02-24 10:50:26 +01:00
parent 131c7e322b
commit 3b6a9ccdb3
3 changed files with 7 additions and 5 deletions

View file

@ -19,7 +19,8 @@
"dev": "pnpm --filter ep_etherpad-lite run dev",
"prod": "pnpm --filter ep_etherpad-lite run prod",
"ts-check": "pnpm --filter ep_etherpad-lite run ts-check",
"ts-check:watch": "pnpm --filter ep_etherpad-lite run ts-check:watch"
"ts-check:watch": "pnpm --filter ep_etherpad-lite run ts-check:watch",
"next-build": "pnpm --filter ep_etherpad-lite run build-next"
},
"dependencies": {
"ep_etherpad-lite": "workspace:./src"