export { build } from './build.task'; export { bundleUmd } from './bundle-umd.task'; export { bundleEs2015 } from './bundle-es2015'; export * from './npm'; export { cleanDist } from './clean-dist.task'; export { prepublishGitCheck } from './prepublish-git-check.task';