Skip to content

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
Fixes #2.
  • Loading branch information
kevva committed Jul 25, 2013
1 parent 232b79f commit 66f5549
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions yeoman.sublime-build
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"working_dir": "${project_path}",
"working_dir": "${project_path:${folder}}",
"path": "$HOME/bin:/usr/local/bin:$PATH",
"cmd": "npm install && bower install"
}
"cmd": "npm install & bower install",

"windows": {
"cmd": "npm.cmd install & bower.cmd install"
}
}

0 comments on commit 66f5549

Please sign in to comment.