@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/phases/phases.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nu-art/build-and-install",
3
- "version": "0.204.44",
3
+ "version": "0.204.45",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "TacB0sS",
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
  }