@nu-art/build-and-install 0.204.77 → 0.204.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -60,7 +60,7 @@ class Unit_FirebaseHostingApp extends core_1.Unit_TypescriptLib {
|
|
|
60
60
|
const envConfig = this.getEnvConfig();
|
|
61
61
|
const fileContent = envConfig.isLocal ? {} : this.config.firebaseConfig.hosting;
|
|
62
62
|
const targetPath = `${this.runtime.pathTo.pkg}/${consts_1.CONST_FirebaseJSON}`;
|
|
63
|
-
await fs_1.promises.writeFile(targetPath, JSON.stringify(fileContent, null, 2), { encoding: 'utf-8' });
|
|
63
|
+
await fs_1.promises.writeFile(targetPath, JSON.stringify({ hosting: fileContent }, null, 2), { encoding: 'utf-8' });
|
|
64
64
|
}
|
|
65
65
|
async resolveHostingRuntimeConfig() {
|
|
66
66
|
var _a;
|