fix: flow-typed command

This commit is contained in:
Alexander Shelepenok 2019-05-17 13:46:53 +03:00 committed by GitHub
parent 7d0a94fe61
commit 7803bebcb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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