mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-07 18:03:49 -05:00
fix: stop creating config before starting client (#50831)
This commit is contained in:
committed by
GitHub
parent
f1620e0403
commit
75ea95f3aa
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user