File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 116116 "depNameTemplate" : " jQAssistant/jqa-commandline-tool" ,
117117 "datasourceTemplate" : " github-tags" ,
118118 "extractVersionTemplate" : " ^REL-?(?<version>.*?)$"
119+ },
120+ {
121+ "fileMatch" : [
122+ " ^scripts\/ profiles\/ Neo4jv5\\ .sh$" ,
123+ " ^scripts\/ profiles\/ Default\\ .sh$" ,
124+ " ^scripts\/ [^\/ ]*\\ .sh$"
125+ ],
126+ "matchStrings" : [
127+ " npx --yes @jqassistant/ts-lce@?(?<currentValue>.*?)"
128+ ],
129+ "depNameTemplate" : " jqassistant-plugin/jqassistant-typescript-plugin" ,
130+ "datasourceTemplate" : " github-tags"
119131 }
120132 ]
121133}
Original file line number Diff line number Diff line change 161161 cd " ${fullSourceDirectory} " || exit
162162 usePackageManagerToInstallDependencies
163163 echo " downloadTypescriptProject: Scanning Typescript source using @jqassistant/ts-lce..."
164- npx --yes @jqassistant/ts-lce > " ./../../runtime/logs/jqassistant-typescript-scan-${projectName} .log" 2>&1 || exit
164+ npx --yes @jqassistant/ts-lce@1.2.0 > " ./../../runtime/logs/jqassistant-typescript-scan-${projectName} .log" 2>&1 || exit
165165)
166166echo " downloadTypescriptProject: Moving scanned results into the artifacts/typescript directory..."
167167mkdir -p artifacts/typescript
You can’t perform that action at this time.
0 commit comments