Skip to content

Commit e998d06

Browse files
authored
fix: use onPostBuild instead of onSuccess (#75)
1 parent 2705cbe commit e998d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ const processResults = ({ summaries, errors }) => {
207207
};
208208

209209
module.exports = {
210-
onSuccess: async ({ constants, utils, inputs } = {}) => {
210+
onPostBuild: async ({ constants, utils, inputs } = {}) => {
211211
const { failBuild, show } = getUtils({ utils });
212212

213213
try {

0 commit comments

Comments
 (0)