design-system-starter
design-system-starter copied to clipboard
Add a `purge` script to package.json
It'd be nice for local testing to be able to delete everything really quickly. We do a similar thing in the component and site repo: https://github.com/govau/design-system-components/blob/master/package.json#L22
We should probably use rimraf
or some other light package to run the delete scripts for.