Requesting for a small change in package.json #105
itzkushagra
started this conversation in
General
Replies: 4 comments 2 replies
-
@JhohannesK awaiting your response |
Beta Was this translation helpful? Give feedback.
0 replies
-
oops, yeah, right forgot to change this when we dissolved the frontend and backend folders. |
Beta Was this translation helpful? Give feedback.
0 replies
-
since you're working on something, |
Beta Was this translation helpful? Give feedback.
2 replies
-
Sure I am creating the PR then |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
adding this line:
"install-all": "cross-env npm install && cd backend && npm install && cd ../frontend && npm install"
in the script in order to install all the dependencies as the other mentioned commands aren't installing all of the required dependencies. Is it okay if I do that?
Beta Was this translation helpful? Give feedback.
All reactions