From 957ff25c7a61f77b0bae3fd6b0a52e401c0227cd Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Fri, 27 Jun 2014 16:37:57 -0700 Subject: [PATCH] Follow-up I81663929: Use grunt git-build to ensure we get the hash Change-Id: Idd140a9027ad4f1891e139c83b19de33f4a19d23 --- maintenance/resources/update-oojs-ui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1