We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1455236 commit d6d5099Copy full SHA for d6d5099
package.json
@@ -12,7 +12,7 @@
12
"test:js": "TS_NODE_TRANSPILE_ONLY=true NODE_ENV=test mocha \"test/helpers/*.ts\" \"test/unit/**/*.ts\" \"test/functional/**/*.ts\"",
13
"test:cov": "nyc npm run test:js",
14
"test:js:cluster": "TS_NODE_TRANSPILE_ONLY=true NODE_ENV=test mocha \"test/cluster/**/*.ts\"",
15
- "test": "npm run test:js && npm run test:tsd",
+ "test": "npm run test:js && npm run test:tsd && npm run test:js:cluster",
16
"lint": "eslint --ext .js,.ts ./lib",
17
"docs": "npx typedoc --logLevel Error --excludeExternals --excludeProtected --excludePrivate --readme none lib/index.ts",
18
"format": "prettier --write \"{,!(node_modules)/**/}*.{js,ts}\"",
0 commit comments