mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(build): Ensure env for build
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user