Skip to content

Commit eff6e28

Browse files
authored
Added flow task to package.json
1 parent 81ce65c commit eff6e28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"check-all": "npm-run-all prettier --parallel lint flow",
7979
"ci-check": "npm-run-all prettier:diff --parallel lint flow",
8080
"dev": "gatsby develop -H 0.0.0.0",
81+
"flow": "flow",
8182
"lint": "eslint .",
8283
"netlify": "yarn install && yarn build",
8384
"prettier": "prettier --config .prettierrc --write \"{gatsby-*.js,{flow-typed,plugins,src}/**/*.js}\"",

0 commit comments

Comments
 (0)