chore: improve clean script
This commit is contained in:
parent
3008c6bebf
commit
66ff7934b2
8 changed files with 12 additions and 5 deletions
|
@ -3,6 +3,9 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"clean": "rm -rf node_modules"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tailwindcss": "^3.2.4"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue