From 6c3f7d6c653f79b024ef0054fb2d192b8c7b31f8 Mon Sep 17 00:00:00 2001 From: Pavel Lang Date: Sat, 24 Mar 2018 06:52:48 +0100 Subject: [PATCH] chore(package): rename script check to flow:check --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 07a25571a..0244afc8f 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,8 @@ "fix-js": "yarn run lint-js --fix", "fix-css": "yarn run lint-css --fix", "fix": "yarn run fix-js && yarn run fix-css", - "check": "flow check", + "flow": "flow", + "flow:check": "flow check", "test": "jest", "test-watch": "yarn run test --watch --notify", "test-cover": "yarn run test --coverage",