1
0
Fork 0

more warning tracing

This commit is contained in:
Enoch Riese 2022-11-15 11:24:43 -06:00
parent ceab97da1d
commit d0e4aa899d
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@
"buildall": "lerna run cibuild_step0 && lerna run cibuild_step1 && lerna run cibuild_step2 && lerna run cibuild_step3 && lerna run cibuild_step4 && lerna run cibuild_step5 && lerna run cibuild_step6 && lerna run cibuild_step7", "buildall": "lerna run cibuild_step0 && lerna run cibuild_step1 && lerna run cibuild_step2 && lerna run cibuild_step3 && lerna run cibuild_step4 && lerna run cibuild_step5 && lerna run cibuild_step6 && lerna run cibuild_step7",
"build": "yarn buildall", "build": "yarn buildall",
"wbuild": "yarn wbuildall", "wbuild": "yarn wbuildall",
"testall": "node scripts/testall.js", "testall": "node --trace-warnings scripts/testall.js",
"lint": "lerna run lint -- ", "lint": "lerna run lint -- ",
"qa": "yarn qa:prettier && yarn qa:lint", "qa": "yarn qa:prettier && yarn qa:lint",
"qa:prettier": "npx prettier", "qa:prettier": "npx prettier",

View file

@ -25,7 +25,7 @@ spawn(
'--', '--',
'--file', '--file',
`${collectorScript}`, `${collectorScript}`,
'--no-warnings', '--trace-warnings',
'--timeout=15000', '--timeout=15000',
], ],
{ stdio: 'inherit' } { stdio: 'inherit' }