Skip to content
New issue

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

Fix NODE_ENV=production build #130

Merged
merged 2 commits into from
Feb 13, 2025
Merged

Fix NODE_ENV=production build #130

merged 2 commits into from
Feb 13, 2025

Conversation

taraspos
Copy link
Contributor

@taraspos taraspos commented Feb 12, 2025

Summary

Currently build with NODE_ENV=production is failing due to missing dependencies, but we want to have it built in production mode on Amplify.

In order for this to work I needed to move bunch of dependencies from devDependencies to dependencies in package.json.

Copy link

github-actions bot commented Feb 12, 2025

Amplify deployment status

Branch Commit Job ID Status Preview Updated (UTC)
taras/node_env_production 6854b31 3 ✅SUCCEED taras-node-env-production 2025-02-13 10:57:52

@taraspos taraspos requested a review from ptgott February 12, 2025 11:37
@taraspos taraspos marked this pull request as ready for review February 12, 2025 11:37
@taraspos taraspos merged commit f0b0769 into main Feb 13, 2025
5 checks passed
@taraspos taraspos deleted the taras/node_env_production branch February 13, 2025 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants