sveltejs/template

Clean package.json script.

frederikhors opened this issue · 5 comments

I will make a PR soon for this.

Clean package.json script.

What was this issue for?

To add something like the below in package.json:

  "scripts": {
    ...
    "clean": "rm -rf dist/* tmp/*",
    ...
  }

But this is just good if we gonna use a dist path for building copy from public/* (#38).

What do you thing about?

pngwn commented

This would not work in windows.

I know, we can use rimraf https://github.com/isaacs/rimraf.

#38 has been rejected, so I don't see a particular need for this. Closing.