mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-25 17:56:17 +00:00
remove default target for test (allows pass file via cli)
This commit is contained in:
parent
5f9b61bcb0
commit
50824d645b
@ -7,7 +7,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"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",
|
||||
"sync": "npm install && npm prune && bower install && bower prune",
|
||||
"buildJs": "r.js -o static/js/requirejs/buid.js",
|
||||
|
Loading…
Reference in New Issue
Block a user