Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix scripts generate output path #28

Merged
merged 1 commit into from
Jan 19, 2025
Merged

Conversation

widse
Copy link
Contributor

@widse widse commented Jan 19, 2025

๐Ÿž ์ด์Šˆย 

  • script generate output ๊ฒฝ๋กœ ์ˆ˜์ •

โœจ ์„ค๋ช…

  • N/A

โœ… ํ…Œ์ŠคํŠธ ๊ฒฐ๊ณผ

  • N/A

๐Ÿ“Œ ์ฐธ๊ณ  ์‚ฌํ•ญ

  • N/A

@widse widse requested a review from seungdeok January 19, 2025 13:42
@@ -19,7 +19,7 @@
"test:ci": "jest --ci --coverage --maxWorkers=2",
"lint": "expo lint",
"format": "prettier --write --cache .",
"generate": "openapi-generator-cli generate -g typescript-axios -i ./docs/api-doc.json -o ./src.shared/apis -c ./openapi.json",
"generate": "openapi-generator-cli generate -g typescript-axios -i ./docs/api-doc.json -o ./src/shared/apis -c ./openapi.json",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ํŽ˜์–ดํ”„๋กœ๊ทธ๋ž˜๋ฐ ์ค‘ ํ™•์ธํ–ˆ์Šต๋‹ˆ๋‹ค ๊ฐ์‚ฌํ•ฉ๋‹ˆ๋‹ค

@seungdeok seungdeok self-requested a review January 19, 2025 13:42
@seungdeok seungdeok merged commit 65cb748 into main Jan 19, 2025
1 check passed
@seungdeok seungdeok deleted the chore/script-generate branch January 19, 2025 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants