Jonghakseo / chrome-extension-boilerplate-react-vite

Chrome Extension Boilerplate with React + Vite + Typescript
MIT License
2.43k stars 357 forks source link

feat: add clean:node_modules script #689

Closed Jonghakseo closed 2 months ago

Jonghakseo commented 2 months ago

* Please fill in the required items.

Priority*

Purpose of the PR*

Add clean:node_modules for delete all node_modules

Changes*

add script with rimraf --glob **/node_modules

How to check the feature

Reference