UNPKG

@mpsc/cli

Version:
12 lines (10 loc) 199 B
/** * @desc 整个ci任务开始结束后执行的hook * @static 该hook必须实现afterBuild方法 */ function afterBuild() { // do your afterBuild hack } module.exports = { afterBuild, };