rsnext/lerna.json
vercel-release-bot 20db2f3b0d v13.4.3-canary.2
2023-05-17 16:59:53 +00:00

20 lines
331 B
JSON

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