Skip to content

Commit b51ffe2

Browse files
committed
Add --preserveWatchOutput argument to tsc command
1 parent 4c0242b commit b51ffe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"bootstrap": "lerna bootstrap",
66
"dev": "npm run build-resources && concurrently 'npm run watch-build-resources' 'npm run watch-build-declarations' 'npm run dev-docs'",
77
"watch-build-resources": "lerna exec --ignore @titicaca/triple-frontend-docs --ignore @titicaca/triple-frontend-tests --parallel 'babel --root-mode upward src --out-dir lib --source-maps --extensions .ts,.tsx,.js --no-comments --watch'",
8-
"watch-build-declarations": "lerna exec --ignore @titicaca/triple-frontend-docs --ignore @titicaca/triple-frontend-tests --parallel 'tsc --watch'",
8+
"watch-build-declarations": "lerna exec --ignore @titicaca/triple-frontend-docs --ignore @titicaca/triple-frontend-tests --parallel 'tsc --watch --preserveWatchOutput'",
99
"version": "lerna version --no-push",
1010
"build": "npm run build-resources && npm run build-declarations",
1111
"build-resources": "lerna exec --ignore @titicaca/triple-frontend-docs --ignore @titicaca/triple-frontend-tests --concurrency 4 'BABEL_ENV=build babel --root-mode upward src --out-dir lib --source-maps --extensions .ts,.tsx,.js --delete-dir-on-start --no-comments'",

0 commit comments

Comments
 (0)