Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 8011b97

Browse files
chore(Gruntfile): ensure bower command is run under node
1 parent a4300ef commit 8011b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ module.exports = function(grunt) {
6868

6969
shell: {
7070
bower: {
71-
command: './node_modules/bower/bin/bower install',
71+
command: 'node ./node_modules/bower/bin/bower install',
7272
options: {
7373
stdout: false
7474
}

0 commit comments

Comments
 (0)