chore: uninstall cross-env (#55224)

This commit is contained in:
Mrugesh Mohapatra
2024-06-20 11:26:10 +05:30
committed by GitHub
parent f1cd0cfae3
commit daede0a8ff
8 changed files with 38 additions and 142 deletions

View File

@@ -20,7 +20,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cross-env NODE_OPTIONS=\"--max-old-space-size=7168\" webpack -c webpack.config.js"
"build": "NODE_OPTIONS=\"--max-old-space-size=7168\" webpack -c webpack.config.js"
},
"keywords": [],
"devDependencies": {