yarn.lockファイルのsha256ハッシュを求めて変数に格納する


IMAGE_TAG=`shasum -a 256 yarn.lock | awk '{ printf "%s", $1 }'`