Browse Source

Added `flow` task to `package.json`

main
Brian Vaughn 7 years ago
committed by GitHub
parent
commit
eff6e28e01
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      package.json

1
package.json

@ -78,6 +78,7 @@
"check-all": "npm-run-all prettier --parallel lint flow",
"ci-check": "npm-run-all prettier:diff --parallel lint flow",
"dev": "gatsby develop -H 0.0.0.0",
"flow": "flow",
"lint": "eslint .",
"netlify": "yarn install && yarn build",
"prettier": "prettier --config .prettierrc --write \"{gatsby-*.js,{flow-typed,plugins,src}/**/*.js}\"",

Loading…
Cancel
Save