Skip to content

Commit 493e7cf

Browse files
committed
Link builds page from schema
1 parent 545757c commit 493e7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cloud/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ webroot: web
4545
4646
Expanding on the above:
4747
48-
- `node-version` — When declared, Cloud will use this Node.js version in your build step. (Default: None. If you wish to run a Node.js build step, you must specify a version!)
48+
- `node-version` — When declared, Cloud will use this Node.js version in your [build](builds.md) step. (Default: None. If you wish to run a Node.js build step, you must specify a version!)
4949
- `node-path` — This directory must contain `package.json` and `package-lock.json`. Your npm script will be run here. (Default: `''`)
5050
- `npm-script` — A single script name. Arbitrary Bash (including other `npx` commands) is not allowed. (Default: `build`)
5151
- `artifact-path` — Anything emitted from your build step must be in this directory, or it will not be uploaded to the CDN or available to your running app, in any way. (Default: Inherits the value of `webroot`)

0 commit comments

Comments
 (0)