Skip to content

Commit e979515

Browse files
author
Portugal
committed
chore: 🤖 add missing lerna.json reference
1 parent f8a6b00 commit e979515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎grunt/bump.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
options: {
33
files: ['package.json', 'package-lock.json', 'bower.json'],
44
commitFiles: [
5-
'package.json', 'package-lock.json', 'bower.json', 'CHANGELOG.md',
5+
'package.json', 'package-lock.json', 'bower.json', 'CHANGELOG.md', 'lerna.json',
66
'packages/**/package.json', 'packages/**/package-lock.json', 'packages/**/CHANGELOG.md'
77
],
88
push: false,

0 commit comments

Comments
 (0)