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

Package.json scripts added to frontend instead of backend #70

Open
ananta-dev opened this issue May 22, 2022 · 2 comments
Open

Package.json scripts added to frontend instead of backend #70

ananta-dev opened this issue May 22, 2022 · 2 comments

Comments

@ananta-dev
Copy link

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.

@ananta-dev
Copy link
Author

@DanyBeth-Dev
Copy link

yes I saw that too so I'm confused where they must be, maybe the creator has not seen this @mluukkai

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

No branches or pull requests

2 participants