Merge pull request #415 from jimdigriz/fixes
slip in PATH for 'npm test' as not everyone has karma
This commit is contained in:
commit
8f1a16be2f
@ -8,7 +8,7 @@
|
|||||||
"test": "tests"
|
"test": "tests"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "karma start karma.conf.js"
|
"test": "PATH=$PATH:node_modules/karma/bin karma start karma.conf.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user