chore(dev): prevent terminal screen from being cleared in watch mode

This commit is contained in:
Miodec 2024-07-24 11:41:50 +02:00
parent be304906e9
commit cac4c7b233

View file

@ -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\""