diff options
Diffstat (limited to 'lib/tasks/yarn.rake')
-rw-r--r-- | lib/tasks/yarn.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/yarn.rake b/lib/tasks/yarn.rake index be9dd2fb2a9..2ac88a039e7 100644 --- a/lib/tasks/yarn.rake +++ b/lib/tasks/yarn.rake @@ -18,7 +18,7 @@ namespace :yarn do 'Error: You have unmet dependencies. (`yarn check` command failed)'.color(:red), 'Run `yarn install` to install missing modules.'.color(:green) ) - # abort + abort end end |