We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c0242b commit b51ffe2Copy full SHA for b51ffe2
package.json
@@ -5,7 +5,7 @@
5
"bootstrap": "lerna bootstrap",
6
"dev": "npm run build-resources && concurrently 'npm run watch-build-resources' 'npm run watch-build-declarations' 'npm run dev-docs'",
7
"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'",
+ "watch-build-declarations": "lerna exec --ignore @titicaca/triple-frontend-docs --ignore @titicaca/triple-frontend-tests --parallel 'tsc --watch --preserveWatchOutput'",
9
"version": "lerna version --no-push",
10
"build": "npm run build-resources && npm run build-declarations",
11
"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