From: James D. Forrester Date: Fri, 27 Jun 2014 23:37:57 +0000 (-0700) Subject: Follow-up I81663929: Use grunt git-build to ensure we get the hash X-Git-Tag: 1.31.0-rc.0~15189^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/message.php?a=commitdiff_plain;h=957ff25c7a61f77b0bae3fd6b0a52e401c0227cd;p=lhc%2Fweb%2Fwiklou.git Follow-up I81663929: Use grunt git-build to ensure we get the hash Change-Id: Idd140a9027ad4f1891e139c83b19de33f4a19d23 --- diff --git a/maintenance/resources/update-oojs-ui.sh b/maintenance/resources/update-oojs-ui.sh index b91e48f194..ca9572ff78 100755 --- a/maintenance/resources/update-oojs-ui.sh +++ b/maintenance/resources/update-oojs-ui.sh @@ -64,7 +64,7 @@ then fi # Build the distribution -npm install || exit 1 +npm install && grunt git-build || exit 1 # Get the list of changes NEWCHANGES=$(git log $OLDHASH.. --oneline --no-merges --reverse --color=never)