X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=0c1dd8cebe22e6a18656b2c252439d0130e93686;hb=d62d9c9721ba6a0dbf4385eacdc3233713ce4903;hp=07cebf187d8a6bf00352ab297ab39c975846aac8;hpb=f045358da15636a5e2eb4be0a1bf3f0664651ce3;p=poolifier.git diff --git a/package.json b/package.json index 07cebf18..0c1dd8ce 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,8 @@ "scripts": { "build": "npm run build:clean && tsc", "build:clean": "rimraf lib", - "test": "npm run build && nyc mocha --exit --timeout 20000 tests/*test.js ", + "test": "standard && ts-standard && npm run build && nyc mocha --exit --timeout 20000 tests/*test.js ", "test:debug": "mocha --inspect-brk --exit tests/*test.js ", - "test:nodemon": "nodemon --exec \"npm test\"", "coverage": "nyc report --reporter=text-lcov | coveralls", "import-sort": "npx import-sort-cli --write 'src/**/*.ts{,x}'", "standard:verbose": "npx standard --verbose", @@ -36,6 +35,7 @@ "node" ], "ignore": [ + "lib/", "src/", "examples/typescript/" ] @@ -45,7 +45,11 @@ "mocha", "node" ], - "extensions": ".ts" + "extensions": ".ts", + "ignore": [ + "lib/", + "examples/typescript/" + ] }, "author": "pioardi", "license": "MIT",