docs: Added command in manual section#9433
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
@KavanGandhi is attempting to deploy a commit to the cal Team on Vercel. A member of the Team first needs to authorize it. |
📦 Next.js Bundle Analysis for @calcom/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
|
not sure if its a good idea to have a env committed. definitely uncommit yarn.lock 🙏 |
d68514c to
8497ea6
Compare
Udit-takkar
left a comment
There was a problem hiding this comment.
@KavanGandhi you would have to remove env and yarn.lock file.
you can look up on the internet. I think this command could help git checkout origin/main yarn.lock and then pushing the changes.
|
|
@Udit-takkar Actually I have done the same thing you told. But the problem is if I don't upload these files then some checks here in pull requests are getting failed. So what should I do? Can you suggest. |
|
@Udit-takkar I have removed both files. Now can you review my PR? |
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
97c891a to
c8fda0f
Compare
Udit-takkar
left a comment
There was a problem hiding this comment.
LGTM
Do not delete yarn.lock just had to use the command git checkout origin/main yarn.lock. I have fixed this PR now
|
@Udit-takkar So now I have to do anything as my PR is still not merged? As I'm doing it for first time I don't have much idea. Can you tell me about it? Because it's showing authorization required to deploy. |
|
thank you @KavanGandhi |
What does this PR do?
This PR is about making required changes according to the issue in documentation i.e the README.MD file.
Fixes #9414
Type of change
This change requires a documentation update
How should this be tested?
There is no need of testing. You can take a glance at changes made.
Mandatory Tasks
Yes I have self reviewed the code and made the required changes.