Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add
clean:all
script to remove unnecessary directories
This commit adds a new script, clean:all, to the package.json file. The clean:all script uses the find command to locate and remove specific directories such as 'node_modules', '.next', '.turbo', 'dist', and '.cache'. This script helps to clean up the project by removing unnecessary directories.
- Loading branch information