sezna / nps

NPM Package Scripts -- All the benefits of npm scripts without the cost of a bloated package.json and limits of json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nps firebase deploy fails

armasescuroxana opened this issue · comments

  • nps version: 5.9.3
  • node version:10.8.0
  • npm version: 6.2.0

Firebase deploy fails when used with nps command:
firebase deploy --only hosting:app OK
nps app.deploy=> NOK

nps is executing app.deploy : firebase deploy --only hosting:app

=== Deploying to 'app'...

i deploying hosting

Error: No public directory specified, can't deploy hosting
The script called "app.deploy" which runs "firebase deploy --only hosting:app" failed with exit code 1 https://github.com/kentcdodds/nps/blob/v5.9.3/other/ERRORS_AND_WARNINGS.md#failed-with-exit-code

Hi @armasescuroxana , I believe this is a failure of your firebase deploy script, and not with nps itself. Given this issue has had no recent activity, I am closing it. Please feel free to reopen it if you still think it is a problem with nps.