Skip to content

Instantly share code, notes, and snippets.

@Allvaa
Created October 2, 2023 16:11
Show Gist options
  • Save Allvaa/322a5b302a45726c62deb139b4a08083 to your computer and use it in GitHub Desktop.
Save Allvaa/322a5b302a45726c62deb139b4a08083 to your computer and use it in GitHub Desktop.
Simple package.json script to clean your dist directory!
"scripts": {
"clean": "node -e 'require(`node:fs`).rmSync(require(`node:path`).resolve(`dist`),{recursive:true,force:true})'"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment