diff --git a/sdc-qrf/package.json b/sdc-qrf/package.json index 28493e40..06d600d3 100644 --- a/sdc-qrf/package.json +++ b/sdc-qrf/package.json @@ -5,8 +5,8 @@ "scripts": { "build": "tsc", "coverage": "jest --coverage --coverageReporters=text-lcov | coveralls", - "test": "vitest --no-threads", - "prepare": "npm run build", + "test": "vitest run --no-threads", + // "prepare": "npm run build", "typecheck": "tsc" }, "dependencies": {