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