Validate Guides

This commit is contained in:
RevGear 2023-01-07 21:08:48 +00:00
parent 92c20a7232
commit f21ae7f646
4 changed files with 49 additions and 5 deletions

View file

@ -11,6 +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",
"api:load": "./scripts/commands/api/load.sh",
"api:update": "node scripts/commands/api/update.js",
"readme:update": "node scripts/commands/readme/update.js",