UNPKG

ci-plus

Version:

ci组件库

8 lines (7 loc) 259 B
import run from '../utils/run'; import { pkgPath } from '../utils/paths'; import { series } from 'gulp'; export const publishComponent = async () => { run('release-it', `${pkgPath}/easyest`); }; export default series(async () => publishComponent());