fix: stop creating config before starting client (#50831)

This commit is contained in:
Oliver Eyton-Williams
2023-06-30 13:45:21 +02:00
committed by GitHub
parent f1620e0403
commit 75ea95f3aa

View File

@@ -23,7 +23,7 @@
"build": "cross-env NODE_OPTIONS=\"--max-old-space-size=7168\" gatsby build --prefix-paths",
"build:workers": "cross-env NODE_OPTIONS=\"--max-old-space-size=7168\" webpack --config ./webpack-workers.js",
"clean": "gatsby clean",
"predevelop": "pnpm -w run create:config && pnpm run build:workers --env development && pnpm run build:components-library",
"predevelop": "pnpm run build:workers --env development && pnpm run build:components-library",
"build:components-library": "pnpm run -F=@freecodecamp/ui build",
"develop": "cross-env NODE_OPTIONS=\"--max-old-space-size=5000\" gatsby develop --inspect=9230",
"lint": "ts-node ./i18n/schema-validation.ts",