From 3dad85dbad6c7c3cc5d89d359822cdc32d97178a Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 8 Jan 2023 12:43:23 +0300 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a270759..09c161a7 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "programs:save": "node scripts/commands/programs/save.js", "guides:update": "NODE_OPTIONS=--max-old-space-size=5120 node scripts/commands/guides/update.js", "guides:update_legacy": "node scripts/commands/guides/update_legacy.js", - "guides:validate": "node scripts/commands/guides/validate.js", + "guides:validate": "NODE_OPTIONS=--max-old-space-size=5120 node scripts/commands/guides/validate.js", "api:load": "./scripts/commands/api/load.sh", "api:update": "node scripts/commands/api/update.js", "readme:update": "node scripts/commands/readme/update.js",