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 4b1d1ef commit 2e5268dCopy full SHA for 2e5268d
cli/package.json
@@ -36,7 +36,7 @@
36
"compile-tests": "npm run clean && tsc -p . --outDir out",
37
"watch-tests": "tsc -p . -w --outDir out",
38
"lint": "eslint . --ext ts",
39
- "test": "rm -rf smelly-report.html && vitest --watch=false ./**/**.test.ts",
+ "test": "rm -rf smelly-report.html && npm run compile && vitest --watch=false ./**/**.test.ts",
40
"test:watch": "nodemon --exec 'npm run test' --watch 'src/**' --ext 'ts' --delay 5",
41
"test:coverage": "nyc --reporter=lcov ts-mocha -p tsconfig.json ts-node/register ./**/**.test.ts",
42
"test:mutation": "stryker run",
0 commit comments