chore: improve clean script

This commit is contained in:
Kim, Jimin 2023-06-29 12:52:27 +09:00
parent 3008c6bebf
commit 66ff7934b2
8 changed files with 12 additions and 5 deletions

View file

@ -6,7 +6,7 @@
"cp": "cp -a ../../packages/blog-content/dist/public/. ./public",
"dev": "pnpm cp && react-scripts start",
"build": "pnpm cp && react-scripts build",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf build"
"clean": "rm -rf .turbo build node_modules"
},
"dependencies": {
"@developomp-site/blog-content": "workspace:*",