Skip to content

Commit c2bdb0d

Browse files
committed
remove: rimraf 라이브러리 및 관련 스크립트 제거
1 parent cf9492a commit c2bdb0d

File tree

2 files changed

+1
-107
lines changed

2 files changed

+1
-107
lines changed

package-lock.json

Lines changed: 1 addition & 105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"dev": "next dev",
66
"build": "next build",
77
"start": "next start",
8-
"clean": "rimraf .next out",
98
"lint": "next lint",
109
"lint:fix": "next lint --fix",
1110
"test": "echo \"No tests specified\" && exit 0",
@@ -61,7 +60,6 @@
6160
"eslint-plugin-storybook": "^0.11.0",
6261
"postcss": "^8.4.47",
6362
"prettier-plugin-tailwindcss": "^0.6.8",
64-
"rimraf": "^6.0.1",
6563
"storybook": "^8.4.4",
6664
"tailwindcss": "^3.4.14",
6765
"typescript": "^5.6.3"

0 commit comments

Comments
 (0)