Skip to content

Commit

Permalink
Fix CLI test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlsh committed Apr 4, 2024
1 parent db33289 commit ac6043b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/gjs/glib-2-spawn-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"scripts": {
"start": "yarn build && yarn start:gjs",
"start:gjs": "gjs dist/main.js",
"start:gjs": "gjs -m dist/main.js",
"watch": "yarn build:app --watch",
"build": "yarn build:app",
"build:app": "yarn clear:ts && webpack --env production",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"build:generator-html-doc": "yarn workspace @ts-for-gir/generator-html-doc run build",
"build:examples": "yarn workspaces foreach -v --all --include '@ts-for-gir-example/*' --parallel run build",
"build:all": "yarn build && yarn build:examples",
"start:cli-examples": "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": "yarn workspace @ts-for-gir-example/glib-2-spawn-command-example run start && yarn workspace @ts-for-gir-example/gio-2-cat-example run start",
"build:types:packages": "yarn ts-for-gir generate --configName='.ts-for-gir.packages-all.rc.js' && yarn install",
"build:types:packages:gtk4": "yarn ts-for-gir generate --configName='.ts-for-gir.packages-gtk4.rc.js' && yarn install",
"build:types:local": "yarn ts-for-gir generate --configName='.ts-for-gir.all.rc.js'",
Expand Down

0 comments on commit ac6043b

Please sign in to comment.