Skip to content

Commit be07f4d

Browse files
committed
chore: add apps/docs clean
1 parent 667fcc6 commit be07f4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/docs/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"private": true,
55
"type": "module",
66
"scripts": {
7+
"clean": "rm -rf .source",
78
"build": "next build",
9+
"prebuild": "pnpm run clean",
810
"update-search-index": "tsx ./scripts/update-search-index.ts",
911
"dev": "next dev --turbo",
1012
"start": "next start",

0 commit comments

Comments
 (0)