Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix npm test command path #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sanemat
Copy link

@sanemat sanemat commented May 24, 2014

This requires global grunt-cli.
We have two solution:
A: npm install -g grunt-cli before (e.g. travis-ci: before_script section)
B: Change npm test script path and use script/test

I choose the latter, because script/test takes account of environment variables
I think.

This requires global grunt-cli.
We have two solution:
A: `npm install -g grunt-cli` before (e.g. travis-ci: before_script section)
B: Change npm test script path and use `script/test`

I choose the latter, because `script/test` takes account of environment
I think.
@desmondmorris
Copy link
Owner

+1 @sanemat. Its good you chose B because there is a fix pending merge that addresses A (#26).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants