diff --git a/package.json b/package.json index e213189..c99ab78 100644 --- a/package.json +++ b/package.json @@ -102,6 +102,7 @@ "local:watch": "NODE_ENV=local forever --watch -c \"ts-node -r tsconfig-paths/register\" start.ts", "prepare": "npm run build", "start": "NODE_ENV=production node --max-old-space-size=8192 build/start.js", + "test": "yarn test:run", "test:run": "NODE_ENV=test nyc ts-mocha --paths --opts ./config/tests/mocha.opts 'tests/**/*.{unit,it}.ts'", "test:dependencies": "depcheck", "test:integration": "NODE_ENV=test nyc ts-mocha --paths --opts ./config/tests/mocha.opts 'tests/**/*.it.ts'",