79348686

Date: 2025-01-11 18:52:21
Score: 0.5
Natty:
Report link

You can always have a pre-defined script that you can always add to your package.json like:

"scripts": {
    //...,
    //...,
    "remove-files": "rm -rf src/index.css && rm -rf src/App.css && ... ",
},

Then run "npm run remove-files"

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Abraham