mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore: uninstall cross-env (#55224)
This commit is contained in:
committed by
GitHub
parent
f1cd0cfae3
commit
daede0a8ff
+3
-4
@@ -20,14 +20,14 @@
|
||||
"main": "none",
|
||||
"scripts": {
|
||||
"prebuild": "pnpm run common-setup && pnpm run build:scripts --env production",
|
||||
"build": "cross-env NODE_OPTIONS=\"--max-old-space-size=7168\" gatsby build --prefix-paths",
|
||||
"build": "NODE_OPTIONS=\"--max-old-space-size=7168\" gatsby build --prefix-paths",
|
||||
"build:scripts": "pnpm run -F=browser-scripts build",
|
||||
"clean": "gatsby clean",
|
||||
"common-setup": "pnpm -w run create:shared && pnpm run create:env && pnpm run create:trending",
|
||||
"create:env": "cross-env DEBUG=fcc:* ts-node ./tools/create-env.ts",
|
||||
"create:env": "DEBUG=fcc:* ts-node ./tools/create-env.ts",
|
||||
"create:trending": "ts-node ./tools/download-trending.ts",
|
||||
"predevelop": "pnpm run common-setup && pnpm run build:scripts --env development",
|
||||
"develop": "cross-env NODE_OPTIONS=\"--max-old-space-size=7168\" gatsby develop --inspect=9230",
|
||||
"develop": "NODE_OPTIONS=\"--max-old-space-size=7168\" gatsby develop --inspect=9230",
|
||||
"lint": "ts-node ./i18n/schema-validation.ts",
|
||||
"serve": "gatsby serve -p 8000",
|
||||
"serve-ci": "serve -l 8000 -c serve.json public",
|
||||
@@ -177,7 +177,6 @@
|
||||
"chokidar": "3.6.0",
|
||||
"copy-webpack-plugin": "9.1.0",
|
||||
"core-js": "2.6.12",
|
||||
"cross-env": "7.0.3",
|
||||
"dotenv": "16.4.5",
|
||||
"eslint-plugin-testing-library": "^3.9.0",
|
||||
"gatsby-plugin-webpack-bundle-analyser-v2": "1.1.32",
|
||||
|
||||
Reference in New Issue
Block a user