Skip to content

Commit dd0c0fc

Browse files
hubyrodclaude
andcommitted
Add postinstall build step for Clever Cloud
Clever Cloud only runs install + start, not a separate build phase. Run next build in postinstall so .next/ exists at start time. Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent f0ca41c commit dd0c0fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"type": "module",
44
"private": true,
55
"scripts": {
6+
"postinstall": "next build",
67
"dev": "next dev -H 0.0.0.0 -p ${PORT:-8080}",
78
"build": "next build",
89
"start": "next start -H 0.0.0.0 -p ${PORT:-8080}",

0 commit comments

Comments
 (0)