diff --git a/package.json b/package.json index bb19e41f..efe302b0 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,7 @@ }, "scripts": { "build": "gatsby clean && gatsby build", + "build-ci": "gatsby clean && gatsby build", "check-all": "npm-run-all prettier generate-ids --parallel lint flow", "ci-check": "npm-run-all prettier:diff --parallel lint flow", "dev": "gatsby develop -H 0.0.0.0",