mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 08:01:02 -04:00
Use better scripts for watching typescript changes.
This commit is contained in:
parent
d2cbe1b4b2
commit
e521b4bb1e
1 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,8 @@
|
||||||
"test-container": "mocha --import=tsx --timeout 5000 tests/container/specs/api",
|
"test-container": "mocha --import=tsx --timeout 5000 tests/container/specs/api",
|
||||||
"dev": "node --import tsx node/server.ts",
|
"dev": "node --import tsx node/server.ts",
|
||||||
"prod": "node --import tsx node/server.ts",
|
"prod": "node --import tsx node/server.ts",
|
||||||
"ts-check": "tsc --noEmit --watch"
|
"ts-check": "tsc --noEmit",
|
||||||
|
"ts-check:watch": "tsc --noEmit --watch"
|
||||||
},
|
},
|
||||||
"version": "1.9.6",
|
"version": "1.9.6",
|
||||||
"license": "Apache-2.0"
|
"license": "Apache-2.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue