rsnext/lerna.json
vercel-release-bot a5515693bc v14.0.3-canary.10
2023-11-15 21:51:36 +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.0.3-canary.10"
}