We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 667fcc6 commit be07f4dCopy full SHA for be07f4d
apps/docs/package.json
@@ -4,7 +4,9 @@
4
"private": true,
5
"type": "module",
6
"scripts": {
7
+ "clean": "rm -rf .source",
8
"build": "next build",
9
+ "prebuild": "pnpm run clean",
10
"update-search-index": "tsx ./scripts/update-search-index.ts",
11
"dev": "next dev --turbo",
12
"start": "next start",
0 commit comments