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('&&')
|
""".split('\n').join('&&')
|
||||||
push:
|
push:
|
||||||
command: 'git push origin --tags -f && git push origin --all'
|
command: 'git push origin --tags -f && git push origin --all'
|
||||||
|
npm:
|
||||||
|
command: 'npm install'
|
||||||
|
|
||||||
watch:
|
watch:
|
||||||
options:
|
options:
|
||||||
@ -272,6 +274,7 @@ module.exports = (grunt) ->
|
|||||||
grunt.config 'pkg', pkg
|
grunt.config 'pkg', pkg
|
||||||
|
|
||||||
grunt.registerTask 'build', [
|
grunt.registerTask 'build', [
|
||||||
|
'shell:npm'
|
||||||
'concurrent:build'
|
'concurrent:build'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user