Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Context Add clean script to remove all temporary files and node_modules ## Changes - Installed `rimraf` for removing files - Add clean script to package.json ## Checklist - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have made corresponding changes to the documentation - [x] I have tested my code for breaking changes and added the corresponding footer in this PR if needed - [x] I have added tests that prove my fix is effective or that my feature works
- Loading branch information