rsnext/lerna.json
vercel-release-bot 8f5f0ef141 v15.0.0-canary.56
2024-07-05 23:22:48 +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": "15.0.0-canary.56"
}