We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca1415 commit c5c56b0Copy full SHA for c5c56b0
1 file changed
apps/docs/package.json
@@ -4,6 +4,7 @@
4
"private": true,
5
"scripts": {
6
"dev": "next dev --turbopack",
7
+ "prebuild": "pnpm --filter \"./packages/**\" run build",
8
"build": "next build",
9
"start": "next start",
10
"lint": "next lint"
0 commit comments