mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 02:16:16 -04:00
Fixed docker build.
This commit is contained in:
parent
131c7e322b
commit
3b6a9ccdb3
3 changed files with 7 additions and 5 deletions
|
@ -123,7 +123,8 @@
|
|||
"dev": "node --import tsx node/server.ts",
|
||||
"prod": "node --import tsx node/server.ts",
|
||||
"ts-check": "tsc --noEmit",
|
||||
"ts-check:watch": "tsc --noEmit --watch"
|
||||
"ts-check:watch": "tsc --noEmit --watch",
|
||||
"build-next": "next build"
|
||||
},
|
||||
"version": "1.9.7",
|
||||
"license": "Apache-2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue