#!/bin/bash # カスタムコンポーネントのビルド cd my_mouse_tracker/frontend npm install npm run build # バックエンドに戻る cd ../../ # その他の必要なセットアップがあれば追加