Skip to content

Commit

Permalink
fix(scr/cli/templates.hh): improve config doc
Browse files Browse the repository at this point in the history
  • Loading branch information
chicoxyzzy committed Sep 26, 2023
1 parent 14f4e10 commit 68e0425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ flags | | Advanced Compiler Settings (ie C++ compiler -02, -03, etc).
headless | false | If true, the window will never be displayed.
name | | The name of the program and executable to be output. Can't contain spaces or special characters. Required field.
output | "build" | The binary output path. It's recommended to add this path to .gitignore.
script | | The build script
script | | The build script. It runs before the `[build] copy` phase.

# Section `build.watch`

Expand Down
2 changes: 1 addition & 1 deletion src/cli/templates.hh
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,7 @@ name = "{{project_name}}"
; default value: "build"
output = "build"
; The build script
; The build script. It runs before the `[build] copy` phase.
; script = "npm run build"
Expand Down

0 comments on commit 68e0425

Please sign in to comment.