Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/guides/nuxt.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Next, configure the application with a medium build instance. The host instance
clever scale --build-flavor M
clever scale --flavor XS

clever env set CC_PRE_BUILD_HOOK "npm run build"
clever env set CC_PRE_BUILD_HOOK "npm install && npm run build"
clever env set CC_RUN_COMMAND "node .output/server/index.mjs"
```

Expand Down
Loading