We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee279ca commit 29addebCopy full SHA for 29addeb
scripts/scanTypescript.sh
@@ -42,6 +42,7 @@ else
42
# all output of the scanning needs to be redirected to stderr using ">&2".
43
# For later troubleshooting, the output is also copied to a dedicated log file using "tee".
44
# Note: Don't worry about the hardcoded version number. It will be updated by Renovate using a custom Manager.
45
+ mkdir -p "./runtime/logs"
46
( cd "./${SOURCE_DIRECTORY}" && npx --yes @jqassistant/[email protected] --extension React 2>&1 | tee "./../runtime/logs/jqassistant-typescript-scan.log" >&2 || exit )
47
48
changeDetectionReturnCode=$( source "${SCRIPTS_DIR}/detectChangedFiles.sh" --hashfile "${changeDetectionHashFilePath}" --paths "./${SOURCE_DIRECTORY}")
0 commit comments