@nu-art/build-and-install 0.204.44 → 0.204.45
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 +1 -1
- package/phases/phases.js +1 -1
package/package.json
CHANGED
package/phases/phases.js
CHANGED
|
@@ -717,7 +717,7 @@ exports.Phase_DeployFrontend = {
|
|
|
717
717
|
const counter = timeCounter();
|
|
718
718
|
await nvm_1.NVM.createCommando(basic_1.Cli_Basic)
|
|
719
719
|
.cd(pkg.path)
|
|
720
|
-
.append(`firebase deploy --only hosting`)
|
|
720
|
+
.append(`firebase --debug deploy --only hosting`)
|
|
721
721
|
.execute();
|
|
722
722
|
projectScreen.updateOrCreatePackage(pkg.name, `Deployed (${counter.format('mm:ss.zzz')})`);
|
|
723
723
|
}
|