Follow-up I81663929: Use grunt git-build to ensure we get the hash
authorJames D. Forrester <jforrester@wikimedia.org>
Fri, 27 Jun 2014 23:37:57 +0000 (16:37 -0700)
committerJames D. Forrester <jforrester@wikimedia.org>
Fri, 27 Jun 2014 23:37:57 +0000 (16:37 -0700)
Change-Id: Idd140a9027ad4f1891e139c83b19de33f4a19d23

maintenance/resources/update-oojs-ui.sh

index b91e48f..ca9572f 100755 (executable)
@@ -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)