mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
parent
4cf2e61dc0
commit
ef99f258c1
13 changed files with 35 additions and 36 deletions
|
@ -10,14 +10,14 @@
|
|||
],
|
||||
"bin": {
|
||||
"etherpad-healthcheck": "src/bin/etherpad-healthcheck",
|
||||
"etherpad-lite": "src/bin/run"
|
||||
"etherpad-lite": "src/node/server.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"test": "mocha --import=tsx --timeout 120000 --recursive src/tests/backend/specs src/node_modules/ep_*/static/tests/backend/specs",
|
||||
"test-container": "mocha --import=tsx --timeout 5000 src/tests/container/specs/api",
|
||||
"dev": "node --import tsx server.ts",
|
||||
"prod": "node --import tsx server.ts",
|
||||
"dev": "node --import tsx src/node/server.ts",
|
||||
"prod": "node --import tsx src/node/server.ts",
|
||||
"ts-check": "tsc --noEmit",
|
||||
"ts-check:watch": "tsc --noEmit --watch"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue