@toolsync/builtin/package-meta
Sync package metadata like repository etc between workspace packages
Installation
If you haven't already, install the @toolsync/builtin` package
Configure this tool like any other inside your toolsync.json file:
{
"@toolsync/builtin/package-meta": { /* Your config here */ }
}Available options
| Prop | Type | Default |
|---|---|---|
publishConfig? | { access?: PackageAccessType | undefined; directory?: string | undefined; registry?: string | undefined; } | - |
Found an issue? Have a suggestion? Open an issue on GitHub ✨.