docs: remove yarn export command references from README #16
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Background / 背景
The
yarn exportcommand no longer exists in package.json, but documentation still references it, causing confusion for developers.yarn exportコマンドはpackage.jsonに存在しませんが、ドキュメントでまだ参照されており、開発者の混乱を招いています。Changes / 変更内容
Removed
yarn exportreferences from README.md:yarn exportandnpm run exportcommandsyarn exportAdded accurate script references:
yarn start- Start production serveryarn lint:text- Run textlint on markdown contentClarified that build process automatically includes static export
README.mdから
yarn exportの参照を削除:yarn exportとnpm run exportコマンドを削除yarn exportを削除正確なスクリプト参照を追加:
yarn start- プロダクションサーバーを開始yarn lint:text- マークダウンコンテンツでtextlintを実行ビルドプロセスが自動的に静的エクスポートを含むことを明確化
Impact scope / 影響範囲
Documentation-only changes that align README.md with the actual package.json scripts. No functional changes to the application.
README.mdを実際のpackage.jsonスクリプトと整合させるドキュメントのみの変更。アプリケーションの機能変更はありません。
Testing / 動作確認
Verified all referenced commands exist in package.json
Confirmed no broken command references remain
Checked that documentation accurately reflects current build process
参照されているすべてのコマンドがpackage.jsonに存在することを確認
壊れたコマンド参照が残っていないことを確認
ドキュメントが現在のビルドプロセスを正確に反映していることを確認
🤖 Generated with Claude Code