mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore(Gruntfile): ensure bower command is run under node
This commit is contained in:
parent
a4300efef9
commit
8011b97bfa
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ module.exports = function(grunt) {
|
|||
|
||||
shell: {
|
||||
bower: {
|
||||
command: './node_modules/bower/bin/bower install',
|
||||
command: 'node ./node_modules/bower/bin/bower install',
|
||||
options: {
|
||||
stdout: false
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue