Update package.json

This commit is contained in:
Aleksandr Statciuk 2022-11-29 12:37:45 +03:00
parent 6508cbf221
commit 8108ad0326

View file

@ -9,7 +9,7 @@
"cluster:load": "node scripts/commands/cluster/load.js",
"programs:load": "node scripts/commands/programs/load.js",
"programs:save": "node scripts/commands/programs/save.js",
"guides:update": "NODE_OPTIONS=--max-old-space-size=4096 node scripts/commands/guides/update.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",
"api:load": "./scripts/commands/api/load.sh",
"api:update": "node scripts/commands/api/update.js",