Compare commits
2 Commits
84994ef121
...
978d15bd25
Author | SHA1 | Date | |
---|---|---|---|
978d15bd25 | |||
4e48772950 |
13
lerna.json
13
lerna.json
@ -1,5 +1,14 @@
|
||||
{
|
||||
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
||||
"version": "0.0.0",
|
||||
"npmClient": "pnpm"
|
||||
"version": "independent",
|
||||
"packages": [
|
||||
"*",
|
||||
"!cli"
|
||||
],
|
||||
"npmClient": "pnpm",
|
||||
"command": {
|
||||
"publish": {
|
||||
"allowBranch": "master"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user