Skip to content

Commit a732488

Browse files
[Auto] [Update] Document keepTerminalOpen option for custom toolbar npm script buttons in team workflows (#707)
Co-authored-by: 4ian <1280130+4ian@users.noreply.github.com>
1 parent 40ff66e commit a732488

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

automated_updates_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"last_automated_updates_commit": "8b00514aff34604e6488eb878c0f35610c5e6561",
2+
"last_automated_updates_commit": "eabcf11f3558d2f6160c3eeaabf60cf161473223",
33
"last_improved_things": [
44
{
55
"date": "2026-02-16",

docs/gdevelop5/tutorials/how-to-use-gdevelop-as-a-team/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ toolbarButtons:
7171
npmScript: generate-types
7272
```
7373

74-
Each button requires `name` (label shown in the tooltip), `icon` (emoji), and `npmScript` (the script key from `package.json`).
74+
Each button requires `name` (label shown in the tooltip), `icon` (emoji), and `npmScript` (the script key from `package.json`). You can also add `keepTerminalOpen: true` if you want the terminal window to stay open after the script finishes — useful for long-running commands like watchers or dev servers. By default, the terminal closes on success and stays open only if the script fails, so you can read the error.
7575

7676
#### Lifecycle hooks
7777

0 commit comments

Comments
 (0)