mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-01-30 18:39:50 +08:00
chore(dev): prevent terminal screen from being cleared in watch mode
This commit is contained in:
parent
be304906e9
commit
cac4c7b233
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "@monkeytype/shared-types",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "rimraf ./dist && tsc --watch ",
|
||||
"dev": "rimraf ./dist && tsc --watch --preserveWatchOutput",
|
||||
"build": "rimraf ./dist && tsc",
|
||||
"ts-check": "tsc --noEmit",
|
||||
"lint": "eslint \"./**/*.ts\""
|
||||
|
|
Loading…
Reference in a new issue