remove default target for test (allows pass file via cli)
This commit is contained in:
parent
5f9b61bcb0
commit
50824d645b
@ -7,7 +7,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"makeTestRepos": "rm -rf test/repos/{mercurial,git}; cd test/repos/ && tar -xf mercurial.tar.gz && tar -xf git.tar.gz",
|
"makeTestRepos": "rm -rf test/repos/{mercurial,git}; cd test/repos/ && tar -xf mercurial.tar.gz && tar -xf git.tar.gz",
|
||||||
"test": "npm run makeTestRepos && mocha --bail --reporter=spec test/index --timeout 4000",
|
"test": "npm run makeTestRepos && mocha --bail --reporter=spec --timeout 4000",
|
||||||
"dev": "gulp",
|
"dev": "gulp",
|
||||||
"sync": "npm install && npm prune && bower install && bower prune",
|
"sync": "npm install && npm prune && bower install && bower prune",
|
||||||
"buildJs": "r.js -o static/js/requirejs/buid.js",
|
"buildJs": "r.js -o static/js/requirejs/buid.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user