diff --git a/website/package-lock.json b/website/package-lock.json index 2ad2785f9686..3cbf1a49ed32 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -37,7 +37,6 @@ "@docusaurus/types": "^3.3.2", "@types/react": "^18.3.13", "aws-cdk": "^2.172.0", - "cross-env": "^7.0.3", "prettier": "3.4.2", "typescript": "~5.7.2", "wireit": "^0.14.9" @@ -7638,25 +7637,6 @@ "sha.js": "^2.4.8" } }, - "node_modules/cross-env": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz", - "integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==", - "dev": true, - "license": "MIT", - "dependencies": { - "cross-spawn": "^7.0.1" - }, - "bin": { - "cross-env": "src/bin/cross-env.js", - "cross-env-shell": "src/bin/cross-env-shell.js" - }, - "engines": { - "node": ">=10.14", - "npm": ">=6", - "yarn": ">=1" - } - }, "node_modules/cross-spawn": { "version": "7.0.5", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz", diff --git a/website/package.json b/website/package.json index b84fb02db705..f2378af9b1d2 100644 --- a/website/package.json +++ b/website/package.json @@ -5,8 +5,8 @@ "license": "MIT", "scripts": { "aws-cfn": "cd docs/install-config/install/aws && cdk synth > template.yaml && ./fix_template.py", - "build": "cp ../docker-compose.yml static/docker-compose.yml && cp ../schema.yml static/schema.yaml && docusaurus gen-api-docs all && cross-env NODE_OPTIONS='--max_old_space_size=65536' docusaurus build", - "build-bundled": "cp ../schema.yml static/schema.yaml && docusaurus gen-api-docs all && cross-env NODE_OPTIONS='--max_old_space_size=65536' docusaurus build", + "build": "cp ../docker-compose.yml static/docker-compose.yml && cp ../schema.yml static/schema.yaml && docusaurus gen-api-docs all && docusaurus build", + "build-bundled": "cp ../schema.yml static/schema.yaml && docusaurus gen-api-docs all && docusaurus build", "deploy": "docusaurus deploy", "docusaurus": "docusaurus", "lint:lockfile": "wireit", @@ -58,7 +58,6 @@ "@docusaurus/types": "^3.3.2", "@types/react": "^18.3.13", "aws-cdk": "^2.172.0", - "cross-env": "^7.0.3", "prettier": "3.4.2", "typescript": "~5.7.2", "wireit": "^0.14.9"