-
Notifications
You must be signed in to change notification settings - Fork 1
ドキュメント更新: zenn-editorとzenn-cliのガイド改善 #8
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
Conversation
…le management instructions
| ### その他のコマンドを開発環境で動かす | ||
|
|
||
| `pnpm build` でビルドを実行したうえで、`pnpm exec:zenn **` コマンドを実行します。 | ||
| `pnpm build` でビルドを実行したうえで、`pnpm -C ./packages/zenn-cli exec:zenn **` コマンドを実行します。 |
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.
プロジェクトルートから実行できるコマンドを案内した方がいいように思う
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.
pnpm build このコマンドってどこで実行するんでしたっけ…?
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.
プロジェクトルートか
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.
です!
Co-authored-by: Yusuke Wada <wada.yusuke@classmethod.jp>
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.
LGTMです!
仕様の変更
pnpm -C ./packages/zenn-cliを使用するように変更コードの変更
/docs/guides/zenn-editor/index.md: rulesyncの使用方法と動作確認セクションを追加/docs/guides/zenn-editor/zenn-cli.md:pnpm -C ./packages/zenn-cli exec:zennに統一その他・備考