Skip to content

Commit 4d4483f

Browse files
authored
chore(ci): fix rollout config (#271)
1 parent 520aba8 commit 4d4483f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,11 @@
9393
"transform": {
9494
"^.+\\.js$": "babel-jest"
9595
}
96+
},
97+
"publishConfig": {
98+
"directory": "lib"
99+
},
100+
"release": {
101+
"conventionalCommits": true
96102
}
97103
}

0 commit comments

Comments
 (0)