@taiga-ui/syncer
v0.234.0
Published
Taiga UI CLI tool for sync version in npm workspaces
Downloads
4,117
Keywords
Readme
@taiga-ui/syncer
package.json
{
"name": "root-project",
"scripts": {},
"workspaces": ["./projects/*"],
"syncer": {
"includePaths": ["./projects", "./package-lock.json"],
"matchPackageNames": ["@my-scope-ui/*", "root-project"],
"ignorePackageNames": ["@my-scope-ui/ignore-my-package"]
}
}
Then try update
$ npx syncer