Skip to content

Commit

Permalink
[balrog-ui] Update command to install necessary node packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed Dec 16, 2015
1 parent a596271 commit 347eeef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/.taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tasks:
command:
- "/bin/bash"
- "-c"
- "git clone $GITHUB_HEAD_REPO_URL && cd balrog-ui && git checkout $GITHUB_HEAD_BRANCH && lineman spec-ci"
- "git clone $GITHUB_HEAD_REPO_URL && cd balrog-ui && git checkout $GITHUB_HEAD_BRANCH && npm install && npm install -g lineman && lineman spec-ci"
extra:
github:
env: true
Expand Down

0 comments on commit 347eeef

Please sign in to comment.