Skip to content

Commit

Permalink
Move package types validation into a package
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlsh committed Apr 4, 2024
1 parent ac6043b commit 38fbf8c
Show file tree
Hide file tree
Showing 5 changed files with 3,142 additions and 291 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"validate": "yarn workspaces foreach -v --all --parallel run validate",
"validate:types": "yarn workspaces foreach -v --all --parallel run validate:types",
"validate:examples": "yarn workspaces foreach -v --all --parallel run validate:app",
"validate:types:packages": "tsc --project tsconfig.json",
"validate:types:packages": "yarn workspace @ts-for-gir/test-types-packages run validate:types:packages",
"clear": "yarn clear:build && yarn clear:types",
"clear:build": "yarn workspaces foreach -v --include '@ts-for-gir/*' run clear:build",
"clear:types": "yarn run clear:types:local",
Expand Down Expand Up @@ -90,6 +90,7 @@
"typescript": "^5.4.2"
},
"workspaces": [
"test",
"examples/*/*",
"packages/*",
"types/*"
Expand Down
Loading

0 comments on commit 38fbf8c

Please sign in to comment.