diff --git a/package.json b/package.json index db6ce97..6061398 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint:fix": "eslint --fix", "update": "npx npm-check -u", "prepublishOnly": "npm run build", - "test": "npx -p \"@fastify/secure-session\" secure-session > secret-key && borp --coverage && rimraf secret-key", + "test": "npx -p \"@fastify/secure-session\" secure-session > secret-key && borp --coverage --check-coverage && rimraf secret-key", "test:report": "npm run test | tee out.tap" }, "repository": {