mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-29 18:15:46 +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…
Add table
Reference in a new issue