From dcf36b575af2a2dc3e15d7352b58b31f9e259e4f Mon Sep 17 00:00:00 2001 From: Christian Kaisermann Date: Mon, 25 Nov 2019 11:35:05 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20add=20test:ci=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) 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"