Skip to content

Commit

Permalink
fix(github): Do not run node cli examples
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Feb 25, 2024
1 parent fad7a8e commit 2474b26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
- run: yarn run build
- run: yarn run build:examples
- run: yarn run validate:examples
- run: yarn run start:cli-examples:gjs
- run: yarn run start:cli-examples:node
- run: yarn run start:cli-examples

gjs-types-all:

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"publish:app:latest": "yarn workspaces foreach -v --all --parallel --no-private --include '@ts-for-gir/*' npm publish --tolerate-republish --tag latest --access public",
"publish:types:next": "yarn workspaces foreach -v --all --parallel --no-private --include '@girs/*' npm publish --tolerate-republish --tag next --access public",
"publish:types:latest": "yarn workspaces foreach -v --all --parallel --no-private --include '@girs/*' npm publish --tolerate-republish --tag latest --access public",
"test": "yarn build:all && yarn test:girs:local && yarn validate:examples && yarn start:cli-examples:all",
"test": "yarn build:all && yarn test:girs:local && yarn validate:examples && yarn start:cli-examples",
"test:girs:local": "yarn clear:types && yarn build:types:local && yarn validate:types:local",
"test:girs:local:gtk4": "yarn clear:types && yarn build:types:local:gtk4 && yarn validate:types:local",
"build": "yarn build:parser && yarn build:lib && yarn build:generators && yarn build:cli",
Expand All @@ -31,8 +31,7 @@
"build:generator-html-doc": "yarn workspace @ts-for-gir/generator-html-doc run build",
"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",
"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": "yarn workspace ts-for-gir-glib-2-spawn-command-example run start && yarn workspace ts-for-gir-gio-2-cat-promisify-packages 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 2474b26

Please sign in to comment.