We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
If I run:
nx deploy firebase
locally
... firebase (and functions) deploy with any issue.
But if I run
nx deploy firebase --token MY_TOKEN
locally, OR on the CI
I get:
NX Cannot find project 'PROJECT_NAME'
However, if I bypass this library and run:
npx firebase deploy --token MY_TOKEN
All works fine, ruling out an issue with my token for example.
Was wondering if there might be a bug?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
If I run:
nx deploy firebase
locally
... firebase (and functions) deploy with any issue.
But if I run
nx deploy firebase --token MY_TOKEN
locally, OR on the CI
I get:
However, if I bypass this library and run:
npx firebase deploy --token MY_TOKEN
All works fine, ruling out an issue with my token for example.
Was wondering if there might be a bug?
The text was updated successfully, but these errors were encountered: