Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Commit

Permalink
ci: re add yarn test
Browse files Browse the repository at this point in the history
  • Loading branch information
xavidop committed May 10, 2021
1 parent 8b6edb2 commit f176b61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
Expand Down

0 comments on commit f176b61

Please sign in to comment.