Clean package.json script.
frederikhors opened this issue · 5 comments
frederikhors commented
I will make a PR soon for this.
Clean package.json script.
Conduitry commented
What was this issue for?
frederikhors commented
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.
frederikhors commented
I know, we can use rimraf
https://github.com/isaacs/rimraf.