Add update to shortcuts.

This commit is contained in:
ccd0 2016-04-11 13:50:04 -07:00
parent e751b5e3be
commit 3203faa688

View File

@ -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) ->