Skip to content

Commit 4b6ee81

Browse files
author
Tom Kirkpatrick
committed
build: clean up package scripts
1 parent de21a81 commit 4b6ee81

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,10 @@
2626
"main": "./lib/index.js",
2727
"scripts": {
2828
"lint": "eslint './{lib,test}/**/*.js'",
29-
"simple-app": "node test/fixtures/simple-app/server/server.js",
29+
"test": "NODE_ENV=test nyc --reporter=lcov --reporter=text --reporter=text-summary mocha test/*test.js",
3030
"pretest": "npm run lint",
31-
"coverage": "cat ./coverage/lcov.info | coveralls",
32-
"quicktest": "mocha test/*test.js",
33-
"test": "./node_modules/.bin/isparta cover --report text --report lcov _mocha test/*test.js",
34-
"test:watch": "npm run test -- -w",
35-
"outdated": "npm outdated --depth=0",
36-
"todo": "./node_modules/.bin/leasot {lib,test}/*.js {lib,test}/**/*.js -r markdown > TODO.md || echo Refreshed TODO.md."
31+
"coverage": "nyc report --reporter=text-lcov | coveralls",
32+
"simple-app": "node test/fixtures/simple-app/server/server.js"
3733
},
3834
"dependencies": {
3935
"bluebird": "3.2.1",
@@ -55,7 +51,6 @@
5551
"eslint-config-fullcube": "https://github.com/fullcube/eslint-config-fullcube/tarball/master",
5652
"eslint-config-strict": "https://github.com/fullcube/eslint-config-strict/tarball/f235fa38289b17e305a65be38ff9cfdf4c1eb31c",
5753
"eslint-plugin-filenames": "https://github.com/fullcube/eslint-plugin-filenames/tarball/0123c4bb0034d71cc7a04c25fd63b3ac798052a1",
58-
"isparta": "4.0.0",
5954
"leasot": "3.1.2",
6055
"loopback-boot": "2.16.0",
6156
"loopback-component-fixtures": "0.0.6",

0 commit comments

Comments
 (0)