npm パッケージ gh-pages 利用時に
どの commit から作られたかをわかりやすくするために commit id をgitコメントに入れる方法です。
gh-pages -d dist -m "Built from commit $(git log -n 1 --format=%h)"
Built from commit 51679f9 のようなコメントになります
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
npm パッケージ gh-pages 利用時に
どの commit から作られたかをわかりやすくするために commit id をgitコメントに入れる方法です。
gh-pages -d dist -m "Built from commit $(git log -n 1 --format=%h)"
Built from commit 51679f9 のようなコメントになります
Register as a new user and use Qiita more conveniently
Go to list of users who liked