summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-04-24 14:28:47 +0100
committerPhil Hughes <me@iamphill.com>2017-04-24 14:28:47 +0100
commit4bde6eae51a43f37326f53363e6e4f21c5a3c295 (patch)
tree9600cc9e2498af3146701b09d5229a96f16fd2c1 /lib
parentdc2f702a0475fcb44c8af7201216bd0470bff8e6 (diff)
downloadgitlab-ce-4bde6eae51a43f37326f53363e6e4f21c5a3c295.tar.gz
Added back yarn:check to rake task...
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/gemojione.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gemojione.rake b/lib/tasks/gemojione.rake
index f6155b2ff2e..b5572a39d30 100644
--- a/lib/tasks/gemojione.rake
+++ b/lib/tasks/gemojione.rake
@@ -1,6 +1,6 @@
namespace :gemojione do
desc 'Generates Emoji SHA256 digests'
- task digests: ['environment'] do
+ task digests: ['yarn:check', 'environment'] do
require 'digest/sha2'
require 'json'