コミットメッセージは下記を参考にする。
https://gist.github.com/kousaku-maron/1ec9197e130862208028dc51ca207f75
GitHub Packagesで公開する場合、レジストリを登録する必要があります。
@funii-inc:registry="https://npm.pkg.github.com"
// with npm
npm install @funii-inc/funiate-app-node-components
// with yarn
yarn add @funii-inc/funiate-app-node-components
ライブラリを利用するために、下記ライブラリをインストールする必要があります。
"@funii-inc/funiate-types": ">=0.3.17",
"pure-react-carousel": ">=1.27.6",
"react": ">=16.9.0",
"react-dom": ">=16.9.0",
"styled-components": ">=5.2.1"