From 1947a066e08cc183438a635d7f467e37a7d7518e Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Thu, 1 Mar 2018 16:29:50 +0100 Subject: [PATCH] chore: disable flow for test Still some config issues which I have to fix. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2785899f7..46c6d9920 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "precommit": "scripts/lint-staged", "prepare": "scripts/run-script prepare", "pretest": "eslint --ignore-path .gitignore .", - "test": "jest && flow status" + "test": "jest" }, "workspaces": [ "@xen-orchestra/*",