From 7803bebcb37ba35643d69f6e4fd50b11673a1e48 Mon Sep 17 00:00:00 2001 From: Alexander Shelepenok Date: Fri, 17 May 2019 13:46:53 +0300 Subject: [PATCH] fix: flow-typed command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9563b9b..373ce09 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "deploy": "yarn run clean && gatsby build --prefix-paths && gh-pages -d public", "clean": "rimraf .cache public", "flow": "flow", - "flow-typed": "flow-typed install --overwrite", + "flow-typed": "flow-typed install", "lint:js": "eslint --cache --ext .js,.jsx .", "lint:scss": "stylelint \"src/**/*.scss\"", "lint": "concurrently \"yarn run lint:js\" \"yarn run lint:scss\" \"yarn flow\"",