diff --git a/package.json b/package.json index a8cadec..011ddae 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "pretest": "npm run build", "test": "jest --no-cache --verbose", "test:watch": "jest --no-cache --verbose --watchAll", + "test:ci": "jest --no-cache --silent", "lint": "eslint \"src/**/*.js\"", "format": "prettier --loglevel silent --write \"src/**/*.js\" && eslint --fix \"src/**/*.js\"", "prepublishOnly": "npm run format && npm run test && npm run build"