Skip to content

Commit

Permalink
chore(npcs): add access
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaosen7 committed Jul 27, 2024
1 parent f78db13 commit 994a70b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.6.2",
"npmClient": "pnpm",
"packages": [
"apps/*",
"libs/*",
"configs/*",
"tools/*"
],
"packages": ["apps/*", "libs/*", "configs/*", "tools/*"],
"command": {
"version": {
"conventionalCommits": true,
"changelogPreset": "angular"
},
"publish": {
"assets": ["public"]
}
}
}
}

0 comments on commit 994a70b

Please sign in to comment.