Skip to content
This repository was archived by the owner on Jan 8, 2022. It is now read-only.

Commit 26d034d

Browse files
committed
chore: re-activate pushing for lerna
1 parent afceffc commit 26d034d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"ignoreChanges": ["**/*.md", "**/__tests__/**"],
77
"message": "chore(release): publish",
88
"conventionalCommits": true,
9-
"push": false
9+
"push": true
1010
},
1111
"version": {
1212
"allowBranch": ["main"],
1313
"conventionalCommits": true,
14-
"push": false,
14+
"push": true,
1515
"createRelease": "github"
1616
}
1717
},

0 commit comments

Comments
 (0)