Ensure correct versions of packages are installed at build time.
This commit is contained in:
parent
968f076a29
commit
4a6013afce
@ -169,6 +169,8 @@ module.exports = (grunt) ->
|
||||
""".split('\n').join('&&')
|
||||
push:
|
||||
command: 'git push origin --tags -f && git push origin --all'
|
||||
npm:
|
||||
command: 'npm install'
|
||||
|
||||
watch:
|
||||
options:
|
||||
@ -272,6 +274,7 @@ module.exports = (grunt) ->
|
||||
grunt.config 'pkg', pkg
|
||||
|
||||
grunt.registerTask 'build', [
|
||||
'shell:npm'
|
||||
'concurrent:build'
|
||||
]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user