UNPKG

@mpsc/cli

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