Show the BUILD_AS_DIR state

This commit is contained in:
Dimitris Zervas
2024-12-19 20:38:14 +02:00
parent cd483e2cd1
commit 0f319f4d17

View File

@@ -20,6 +20,7 @@ import { BuildTarget, getDistPlatform } from './platform/build-platforms';
console.log('@ -> packages/noodl-editor/scripts/build.ts');
console.log('--- Configuration');
console.log('> DISABLE_SIGNING: ', DISABLE_SIGNING);
console.log('> BUILD_AS_DIR: ', BUILD_AS_DIR);
console.log('> TARGET_PLATFORM: ', TARGET_PLATFORM);
console.log('---');