import {build} from "./gulpfile.mjs" export default function(cb) { build(); cb(); };