|
@ -73,6 +73,7 @@ |
|
|
}, |
|
|
}, |
|
|
"scripts": { |
|
|
"scripts": { |
|
|
"build": "gatsby clean && gatsby build", |
|
|
"build": "gatsby clean && gatsby build", |
|
|
|
|
|
"build-ci": "gatsby clean && gatsby build", |
|
|
"check-all": "npm-run-all prettier generate-ids --parallel lint flow", |
|
|
"check-all": "npm-run-all prettier generate-ids --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", |
|
|