In Next.js v13, I can't push code using command. I used push function of vscode editor to push code. #57981
Unanswered
cupid20103
asked this question in
Programming Help
Replies: 1 comment
-
I think it's related to yarnpkg/yarn#2998 Here's a workaround, create .husky/common.sh:
Source it in commit-msg, pre-commit and pre-push:
It doesn't seem to be necessary in places where just yarn install is executed. I hope this will help you! |
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
-
Body
Hello, Everyone!
I have some issues pushing my code.
This is Husky's pre-push command that runs before pushing my code.
but I get same error like this.
How to solve it?
This is my github repo .
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions