Skip to content

Commit 4b76870

Browse files
committed
🐛(schema) yarn generate cmd wasn't working
1 parent 4f9e693 commit 4b76870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openApiClientJs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"description": "Tool to generate Typescript api client for joanie",
66
"scripts": {
7-
"generate:api:client:local": "./scripts/openapi-typescript-codegen/generate_api_client_local.sh $1"
7+
"generate:api:client:local": "./scripts/openapi-typescript-codegen/generate_api_client_local.sh"
88
},
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)