Skip to content

Commit

Permalink
Fix example cli script
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Mar 3, 2024
1 parent b761eec commit 92cde63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Update types for GJS v1.75.2, see https://gitlab.gnome.org/GNOME/gjs/-/commit/666755b3b09d765e43d415e76105b828517b5509

# 3.2.9
- Upgrade dependencies
- Generate global ambient module for latest version, e.g. 'gi://Gtk' or 'gi://GObject'
- Fix old gir version generation, see https://github.com/gjsify/types

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"build:examples": "yarn workspaces foreach -v --all --exclude '@ts-for-gir/*' --parallel run build",
"build:all": "yarn build && yarn build:examples",
"start:cli-examples:all": "yarn start:cli-examples:gjs && yarn start:cli-examples:node",
"start:cli-examples:gjs": "yarn workspace ts-for-gir-glib-2-spawn-command-example run start && yarn workspace ts-for-gir-gio-2-cat-promisify-packages run start",
"start:cli-examples:node": "yarn workspace ts-for-gir-node-glib-2-spawn-command-example run start && yarn workspace ts-for-gir-node-gtk-gio-2-cat-promisify-packages run start",
"start:cli-examples:gjs": "yarn workspace @ts-for-gir-example/glib-2-spawn-command-example run start && yarn workspace @ts-for-gir-example/gio-2-cat-promisify-packages run start",
"start:cli-examples:node": "yarn workspace @ts-for-gir-example/node-glib-2-spawn-command-example run start && yarn workspace @ts-for-gir-example/node-gtk-gio-2-cat-promisify-packages run start",
"build:types:packages:all": "NODE_OPTIONS=--max-old-space-size=25600 yarn ts-for-gir generate --configName='.ts-for-gir.packages-all.rc.js' && yarn install",
"build:types:packages:gtk4": "NODE_OPTIONS=--max-old-space-size=25600 yarn ts-for-gir generate --configName='.ts-for-gir.packages-gtk4.rc.js' && yarn install",
"build:types:all": "yarn ts-for-gir generate --configName='.ts-for-gir.all.rc.js'",
Expand Down

0 comments on commit 92cde63

Please sign in to comment.