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
We have a condition where the following packages:
@jeromefitz/git-cz
@jeromefitz/semantic
Rely on package.json:
package.json
"@jeromefitz/conventional-gitmoji": "*",
Which causes a stagger build process with npm.
npm
Please determine if we can instead:
@jeromefitz/conventional-gitmoji
Preference would be to remove the need to externally depend on npm
The text was updated successfully, but these errors were encountered:
Too much yarn link 🤮
yarn link
Fixed with latest builds.
Sorry, something went wrong.
No branches or pull requests
We have a condition where the following packages:
@jeromefitz/git-cz
@jeromefitz/semantic
Rely on
package.json
:Which causes a stagger build process with
npm
.Please determine if we can instead:
@jeromefitz/conventional-gitmoji
not as an external dependency through tsupPreference would be to remove the need to externally depend on
npm
The text was updated successfully, but these errors were encountered: