Skip to content

Commit b19bffe

Browse files
committed
chore(lerna.json): allow dev publishes
1 parent 5c32b8a commit b19bffe

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lerna.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@
1919
]
2020
},
2121
"publish": {
22-
"allowBranch": "master"
22+
"allowBranch": [
23+
"dev",
24+
"master"
25+
]
2326
}
2427
},
2528
"npmClientArgs": [
2629
"--registry=https://registry.npmjs.org/"
27-
]
28-
}
30+
}

0 commit comments

Comments
 (0)