Skip to content

Commit 07e2379

Browse files
authored
chore: add scripts to generate map/tests (#929)
1 parent 1f6470a commit 07e2379

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
"scripts": {
3636
"build": "tsc",
3737
"format": "biome format --write",
38+
"generate:map": "tsx scripts/generateClientTypesMap",
39+
"generate:tests": "tsx scripts/generateNewClientTests",
3840
"lint": "biome lint --write",
3941
"release": "yarn build && changeset publish",
4042
"test": "vitest"

0 commit comments

Comments
 (0)