diff --git a/src/NextjsBase.ts b/src/NextjsBase.ts index 9adc4995..1e557337 100644 --- a/src/NextjsBase.ts +++ b/src/NextjsBase.ts @@ -15,7 +15,7 @@ export interface NextjsBaseProps { readonly nextjsPath: string; /** - * The path to execute `npm run build`. By default, it uses `nextjsPath`. + * The directory to execute `npm run build` from. By default, it uses `nextjsPath`. * Can be overridden, particularly useful for monorepos where `build` is expected to run * at the root of the project. */