Skip to content

Commit

Permalink
fix: add success function to index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
simonseyock committed Dec 21, 2022
1 parent e2df127 commit a93056d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
verifyConditions: require('./src/verify-conditions'),
prepare: require('./src/prepare'),
publish: require('./src/publish'),
verifyConditions: require('./src/verify-conditions')
success: require('./src/success')
};

0 comments on commit a93056d

Please sign in to comment.