Skip to content

Commit

Permalink
Renamed test package to @ts-for-gir-test/types-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Apr 4, 2024
1 parent e91429b commit 1eb0f4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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": "yarn workspace @ts-for-gir/test-types-packages run validate:types:packages",
"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
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@ts-for-gir/test-types-packages",
"name": "@ts-for-gir-test/types-packages",
"scripts": {
"validate:types:packages": "tsc --project tsconfig.json --noEmit"
},
Expand Down

0 comments on commit 1eb0f4c

Please sign in to comment.