Skip to content

Commit c351dfe

Browse files
committed
watch command: dont clear terminal
1 parent 5e7efa3 commit c351dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"compile": "tsc",
99
"build": "npm run lint && npm run clean && npm run compile:cjs && npm run compile:amd",
1010
"compile:cjs": "tsc -m commonjs",
11-
"watch": "npx tsc -m commonjs --watch",
11+
"watch": "npx tsc -m commonjs --watch --preserveWatchOutput",
1212
"compile:amd": "tsc -t es5 -m amd -d false --outFile ./dist/main.js",
1313
"lint": "eslint ./src/*.ts ./src/**/*.ts",
1414
"---------------": "",

0 commit comments

Comments
 (0)