Skip to content

Commit c5c56b0

Browse files
committed
build: add lib prebuild to docs next app
1 parent 3ca1415 commit c5c56b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",
7+
"prebuild": "pnpm --filter \"./packages/**\" run build",
78
"build": "next build",
89
"start": "next start",
910
"lint": "next lint"

0 commit comments

Comments
 (0)