sezna / nps

NPM Package Scripts -- All the benefits of npm scripts without the cost of a bloated package.json and limits of json
MIT License
1.43k stars 93 forks source link

Nps firebase deploy fails #189

Closed armasescuroxana closed 5 years ago

armasescuroxana commented 5 years ago

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

sezna commented 5 years ago

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.