- Issue created by @andy-blum
- πΊπΈUnited States jonraedeke
I ran into this as well. I believe version 7 of del requires different syntax.
const { deleteAsync } = require('del'); async function cleanUswds() { await deleteAsync([`pkg.paths.dist.uswds`]); };
-
smustgrave β
committed b23f6348 on 4.0.x
Issue #3526783 by andy-blum, jonraedeke, smustgrave: Node dependencies...
-
smustgrave β
committed b23f6348 on 4.0.x
Automatically closed - issue fixed for 2 weeks with no activity.