Skip to content

Commit 2e5268d

Browse files
committed
fix(ci): failing pipeline
1 parent 4b1d1ef commit 2e5268d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"compile-tests": "npm run clean && tsc -p . --outDir out",
3737
"watch-tests": "tsc -p . -w --outDir out",
3838
"lint": "eslint . --ext ts",
39-
"test": "rm -rf smelly-report.html && vitest --watch=false ./**/**.test.ts",
39+
"test": "rm -rf smelly-report.html && npm run compile && vitest --watch=false ./**/**.test.ts",
4040
"test:watch": "nodemon --exec 'npm run test' --watch 'src/**' --ext 'ts' --delay 5",
4141
"test:coverage": "nyc --reporter=lcov ts-mocha -p tsconfig.json ts-node/register ./**/**.test.ts",
4242
"test:mutation": "stryker run",

0 commit comments

Comments
 (0)