Skip to content

Commit

Permalink
Update src/NextjsBase.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mischa Spiegelmock <[email protected]>
  • Loading branch information
khuezy and revmischa authored Dec 14, 2022
1 parent 9fa944f commit c2241c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NextjsBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit c2241c7

Please sign in to comment.