Gruntfile.coffee: Fix captchas task.
This commit is contained in:
parent
1431be8aad
commit
92b2409c9f
@ -229,7 +229,7 @@ module.exports = (grunt) ->
|
||||
git checkout -
|
||||
""".split('\n').join('&&')
|
||||
captchas:
|
||||
'aws s3 cp captchas.html s3://<%= pkg.meta.awsBucket %> --cache-control "max-age=0" --content-type "text/html; charset=utf-8"'
|
||||
command: 'aws s3 cp captchas.html s3://<%= pkg.meta.awsBucket %> --cache-control "max-age=0" --content-type "text/html; charset=utf-8"'
|
||||
npm:
|
||||
command: 'npm install'
|
||||
update:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user