openapi generator cliのbatchコマンドでFILESにopenapi-generator-ignoreが出現する原因を探る #2603
kenjiyoshid-a
started this conversation in
03: アイディア
Replies: 1 comment
-
挙動の調査結果.openapi-generator-ignoreだけ1回消して再度生成すると どちらのケースでもgenerater側がignoreファイルをいじくって悪さすることはなかったので、問題はなさそうです。 また、こういう感じのログが出るのでジェネレーター側で勝手にクリーンするとまずいファイルはいい感じにクリーンをスキップする仕様になっていそうです。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
概要
フロントエンドのopenapi generator cli のbatchコマンドで意図せぬ挙動を示しているため、原因を探りたい。
詳細 / 機能詳細(オプション)
起きている挙動は以下の通り。
※generatedフォルダはopenapi generator cliの自動生成コード格納用フォルダ
※npm run generate-clientはpackage.json内で以下のように定義されており、batchコマンドを呼んでいる。
完了条件
Beta Was this translation helpful? Give feedback.
All reactions