Skip to content

Commit e5e53ad

Browse files
committed
fix: root clean script
1 parent ade34e2 commit e5e53ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build": "turbo build",
1616
"build:showcase": "turbo build --filter=showcase",
1717
"build:docs": "turbo build --filter=docs",
18-
"clean": "rm -rf .turbo node_modules && turbo clean"
18+
"clean": "turbo clean && rm -rf .turbo node_modules"
1919
},
2020
"devDependencies": {
2121
"turbo": "^1.12.4",

0 commit comments

Comments
 (0)