rsnext/lerna.json
vercel-release-bot 95d41fbcb1 v13.3.5-canary.1
2023-05-01 14:23:49 +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.3.5-canary.1"
}