mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-13 15:29:16 +01:00
fix: flow-typed command
This commit is contained in:
parent
7d0a94fe61
commit
7803bebcb3
@ -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\"",
|
||||
|
Loading…
Reference in New Issue
Block a user