fix(build): Ensure env for build

This commit is contained in:
Bouncey
2018-09-06 15:18:48 +01:00
committed by Stuart Taylor
parent 5b7b3ca33c
commit 9224613a74
2 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"build": "node ../config/ensure-env.js && gatsby build",
"develop": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"