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
npm run build:prod
If npm run build:prod doesn't succeed CI shouldn't give green light.
Example #790 passed, but ends up being a problem when building for prod.
This relates to #828, as ideally CI would simply build a complete new server from scratch.
The text was updated successfully, but these errors were encountered:
as ideally CI would simply build a complete new server from scratch.
it does :-) (just in wrong NODE_ENV)
NODE_ENV
Sorry, something went wrong.
.travis.yml: NODE_ENV=production
6ce6b86
#910 NODE_ENV=production
No branches or pull requests
If
npm run build:prod
doesn't succeed CI shouldn't give green light.Example #790 passed, but ends up being a problem when building for prod.
This relates to #828, as ideally CI would simply build a complete new server from scratch.
The text was updated successfully, but these errors were encountered: