Increase the memory allocation for building the website
This commit is contained in:
		@@ -8,8 +8,8 @@
 | 
				
			|||||||
    "description": "Website and 0x portal dapp",
 | 
					    "description": "Website and 0x portal dapp",
 | 
				
			||||||
    "scripts": {
 | 
					    "scripts": {
 | 
				
			||||||
        "build": "yarn build:dev",
 | 
					        "build": "yarn build:dev",
 | 
				
			||||||
        "build:prod": "node --max_old_space_size=8192 ../../node_modules/.bin/webpack --mode production",
 | 
					        "build:prod": "node --max_old_space_size=16384 ../../node_modules/.bin/webpack --mode production",
 | 
				
			||||||
        "build:dev": "../../node_modules/.bin/webpack --mode development",
 | 
					        "build:dev": "node --max-old-space-size=16384 ../../node_modules/.bin/webpack --mode development",
 | 
				
			||||||
        "clean": "shx rm -rf public/bundle*",
 | 
					        "clean": "shx rm -rf public/bundle*",
 | 
				
			||||||
        "lint": "tslint --format stylish --project . 'ts/**/*.ts' 'ts/**/*.tsx'",
 | 
					        "lint": "tslint --format stylish --project . 'ts/**/*.ts' 'ts/**/*.tsx'",
 | 
				
			||||||
        "fix": "tslint --fix --format stylish --project . 'ts/**/*.ts' 'ts/**/*.tsx'",
 | 
					        "fix": "tslint --fix --format stylish --project . 'ts/**/*.ts' 'ts/**/*.tsx'",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user