Skip to content

Commit 0c51792

Browse files
committed
chore: another fix after merge
1 parent 9fda013 commit 0c51792

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/services/bundler/bundler-compiler-service.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,12 +590,14 @@ export class BundlerCompilerService
590590
const appId = projectData.projectIdentifiers[platform];
591591
const appPath = projectData.getAppDirectoryRelativePath();
592592
const appResourcesPath = projectData.getAppResourcesRelativeDirectoryPath();
593+
const buildPath = projectData.getBuildRelativeDirectoryPath();
593594

594595
Object.assign(
595596
envData,
596597
appId && { appId },
597598
appPath && { appPath },
598599
appResourcesPath && { appResourcesPath },
600+
buildPath && { buildPath },
599601
{
600602
nativescriptLibPath: path.resolve(
601603
__dirname,

0 commit comments

Comments
 (0)