diff --git a/config/configuration.md b/config/configuration.md index 1bcedfa..7095356 100644 --- a/config/configuration.md +++ b/config/configuration.md @@ -63,7 +63,8 @@ module.exports = { publishers: [], plugins: [], hooks: { /* ... */ }, - buildIdentifier: 'my-build' + buildIdentifier: 'my-build', + outDir: 'desired/outpath' }; ``` {% endtab %} @@ -80,7 +81,8 @@ module.exports = { "publishers": [ ... ], "plugins": [ ... ], "hooks": { ... }, - "buildIdentifier": "my-build" + "buildIdentifier": "my-build", + "outDir": "desired/outpath" } } }