-
Notifications
You must be signed in to change notification settings - Fork 0
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
ts-nodeを導入 #246
ts-nodeを導入 #246
Conversation
Storybook URL: https://uyupun.github.io/official/feat_ts_node/storybook/ |
Storybook周りで失敗している: https://github.com/uyupun/official/actions/runs/5381910641 |
関連issue?: storybookjs/storybook#11587 |
関連issue?: RyanClementsHax/storybook-addon-next#28 |
|
このissue対応してからのほうが良さそう: #225 |
来月のマイルストーンに入っているのでそれまで待つでも良さそう |
|
対応あざます🙏 |
そうっすね、一旦Storybook周りのアップデート待ちでこのPRはDraftにします |
とりあえず #269 マージ前のコンフリクトだけ先に修正 |
Storybookも動作するようになっていました |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ちょっと気になったところ1件だけコメントしてますが、全コマンドも動くんでApproveします!
LGTM👍
package.json
Outdated
"ts-node": "^10.9.1", | ||
"typescript": "4.9.5", | ||
"storybook": "^7.0.26", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
名前順だとStorybookがts-nodeよりも上に来るきがする🤔
"ts-node": "^10.9.1", | |
"typescript": "4.9.5", | |
"storybook": "^7.0.26", | |
"storybook": "^7.0.26", | |
"ts-node": "^10.9.1", | |
"typescript": "4.9.5", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
そういう順なのかこれw
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
69c55bd で対応しました
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
あざます!
特に自分でpackage.jsonに記述せずに、コマンドからインストールする場合は基本名前順としてpackage.jsonに記述されていくんですよ(多分今回コンフリクト起こしてて、明記したからかな〜という予想)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
対応あざました🥰
検証項目
関連issue