rsnext/lerna.json
vercel-release-bot 35838c5bfb v14.3.0-canary.11
2024-04-18 23:22:57 +00:00

20 lines
332 B
JSON

{
"npmClient": "pnpm",
"useWorkspaces": true,
"packages": [
"packages/*"
],
"command": {
"version": {
"exact": true
},
"publish": {
"npmClient": "npm",
"allowBranch": [
"canary"
],
"registry": "https://registry.npmjs.org/"
}
},
"version": "14.3.0-canary.11"
}