Skip to content

Commit e54bf78

Browse files
committed
improved build process with local mapping
1 parent 1b55e1e commit e54bf78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/Build.cfc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ component{
5656
buildID=createUUID(),
5757
branch="development"
5858
){
59+
// Create project mapping
60+
fileSystemUtil.createMapping( arguments.projectName, variables.cwd );
5961

6062
// Run the tests
6163
runTests();

0 commit comments

Comments
 (0)