From 3203faa6880461886019adad0573a8a80df297ad Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 11 Apr 2016 13:50:04 -0700 Subject: [PATCH] Add update to shortcuts. --- Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index fdc58e975..f0a6acce0 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -112,7 +112,7 @@ module.exports = (grunt) -> 'build' ] - for task in ['clean', 'markdown', 'push', 'captchas'] + for task in ['clean', 'markdown', 'push', 'captchas', 'update'] grunt.registerTask task, ["shell:#{task}"] grunt.registerTask 'set-tests', 'Set whether to include testing code', (value) ->