Skip to content

Commit

Permalink
Merge pull request #19 from grafana/lerna-verifyaccess-false
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k authored Jun 11, 2024
2 parents 85818d4 + b24dea3 commit b1f8849
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
"npmClient": "yarn",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.1.0",
"packages": ["packages/*"],
"useWorkspaces": true
"packages": [
"packages/*"
],
"useWorkspaces": true,
"command": {
"publish": {
"verifyAccess": false
}
}
}

0 comments on commit b1f8849

Please sign in to comment.