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
The following lines have been added to the frontend package.json:
"build:ui": "rm -rf build && cd ../part2-notes/ && npm run build && cp -r build ../notes-backend", "deploy": "git push heroku main", "deploy:full": "npm run build:ui && git add . && git commit -m uibuild && git push && npm run deploy", "logs:prod": "heroku logs --tail"
I believe they should have been added to the backend package.json instead.
The text was updated successfully, but these errors were encountered:
This may be useful as reference: https://fullstackopen.com/en/part3/deploying_app_to_internet#streamlining-deploying-of-the-frontend
Sorry, something went wrong.
yes I saw that too so I'm confused where they must be, maybe the creator has not seen this @mluukkai
No branches or pull requests
The following lines have been added to the frontend package.json:
I believe they should have been added to the backend package.json instead.
The text was updated successfully, but these errors were encountered: