Brian Vaughn
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
package.json
|
@ -78,6 +78,7 @@ |
|
|
"check-all": "npm-run-all prettier --parallel lint flow", |
|
|
"check-all": "npm-run-all prettier --parallel lint flow", |
|
|
"ci-check": "npm-run-all prettier:diff --parallel lint flow", |
|
|
"ci-check": "npm-run-all prettier:diff --parallel lint flow", |
|
|
"dev": "gatsby develop -H 0.0.0.0", |
|
|
"dev": "gatsby develop -H 0.0.0.0", |
|
|
|
|
|
"flow": "flow", |
|
|
"lint": "eslint .", |
|
|
"lint": "eslint .", |
|
|
"netlify": "yarn install && yarn build", |
|
|
"netlify": "yarn install && yarn build", |
|
|
"prettier": "prettier --config .prettierrc --write \"{gatsby-*.js,{flow-typed,plugins,src}/**/*.js}\"", |
|
|
"prettier": "prettier --config .prettierrc --write \"{gatsby-*.js,{flow-typed,plugins,src}/**/*.js}\"", |
|
|