UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

BULL-3222-react-template - adding read from version endpoint. Adding lint...

Merged Patrick Tafoya requested to merge BULL-3222 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -79,7 +79,7 @@ export class Job {
return content
.replace(/{{projectName}}/g, this.projectName)
.replace(/xx_projectName_xx/g, this.projectName)
.replace(/xx_project_name_xx/g, this.projectName)
.replace(/<<projectName>>/g, this.projectName)
.replace(/<<ignoreEnv>>/g, ".env");
}
Loading