We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
flow
package.json
1 parent 81ce65c commit eff6e28Copy full SHA for eff6e28
package.json
@@ -78,6 +78,7 @@
78
"check-all": "npm-run-all prettier --parallel lint flow",
79
"ci-check": "npm-run-all prettier:diff --parallel lint flow",
80
"dev": "gatsby develop -H 0.0.0.0",
81
+ "flow": "flow",
82
"lint": "eslint .",
83
"netlify": "yarn install && yarn build",
84
"prettier": "prettier --config .prettierrc --write \"{gatsby-*.js,{flow-typed,plugins,src}/**/*.js}\"",
0 commit comments