Automate dependency updating.
This commit is contained in:
parent
a530ad2ccf
commit
4a7c152ff7
@ -171,6 +171,11 @@ module.exports = (grunt) ->
|
||||
command: 'git push origin --tags -f && git push origin --all'
|
||||
npm:
|
||||
command: 'npm install'
|
||||
update:
|
||||
command: """
|
||||
npm update --save-dev <%= Object.keys(pkg.devDependencies).filter(function(name) {return /^\\^/.test(pkg.devDependencies[name]);}).join(' ') %>
|
||||
./node_modules/.bin/npm-shrinkwrap --dev
|
||||
""".split('\n').join('&&')
|
||||
|
||||
watch:
|
||||
options:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user