Skip to content

Commit

Permalink
Fix yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlsh committed Feb 26, 2024
1 parent 5be3ecf commit c401ef5
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 15,590 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@
"test:girs:gjs:timezonemap1": "yarn clear:types && yarn build:types:gjs:timezonemap1 && yarn validate:types:gjs",
"test:girs:gjs:rygelcore2": "yarn clear:types && yarn build:types:gjs:rygelcore2 && yarn validate:types:gjs",
"test:girs:gjs:gcalc": "yarn clear:types && yarn build:types:gjs:gcalc && yarn validate:types:gjs",
"build": "yarn build:lib && yarn build:generators && yarn build:cli",
"build": "yarn build:parser && yarn build:lib && yarn build:generators && yarn build:cli",
"build:cli": "yarn workspace @ts-for-gir/cli run build",
"build:lib": "yarn workspace @ts-for-gir/lib run build",
"build:parser": "yarn workspace @gi.ts/parser run build",
"build:generators": "yarn build:generator-base && yarn build:generator-typescript && yarn build:generator-html-doc",
"build:generator-base": "yarn workspace @ts-for-gir/generator-base run build",
"build:generator-typescript": "yarn workspace @ts-for-gir/generator-typescript run build",
Expand Down
Loading

0 comments on commit c401ef5

Please sign in to comment.