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",