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