Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@computas/nx-yarn
Advanced tools
A plugin to help make nx with yarn a pleasant experience.
yarn add @computas/nx-yarn
@computas/nx-yarn:publish
Modifies the yarn workspace to point to the dist folder and runs yarn
followed by yarn npm publish
.
Cleanup points the workspace back to what it was originally and then runs yarn
again.
These steps are required because you cannot publish a folder that is not a part of your yarn workspace.
Example usage for project.json
:
{
"root": "packages/my-package",
"sourceRoot": "packages/my-package/src",
"projectType": "library",
"targets": {
"publish": {
"executor": "@computas/nx-yarn:publish",
"options": {
"outputPath": "dist/packages/my-package",
"publishTag": "alpha",
"access": "restricted"
}
}
}
}
FAQs
A plugin to help make nx with yarn a pleasant experience.
The npm package @computas/nx-yarn receives a total of 9 weekly downloads. As such, @computas/nx-yarn popularity was classified as not popular.
We found that @computas/nx-yarn demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.