Add scripts for Pokedex website installation, development, build, and preview

This commit is contained in:
2026-01-28 04:39:46 +00:00
parent 75b6b558c9
commit a7fa3fd30c

View File

@@ -15,7 +15,11 @@
"deploy:pokedex:internal": "node code/utils/deploy-pokedex.js --target internal", "deploy:pokedex:internal": "node code/utils/deploy-pokedex.js --target internal",
"deploy:pokedex:external": "node code/utils/deploy-pokedex.js --target external", "deploy:pokedex:external": "node code/utils/deploy-pokedex.js --target external",
"scrape:pokemon": "node code/utils/scrape-pokemon-resources.js", "scrape:pokemon": "node code/utils/scrape-pokemon-resources.js",
"organize:pokemon": "node code/utils/organize-pokemon-resources.js" "organize:pokemon": "node code/utils/organize-pokemon-resources.js",
"pokedex:install": "cd code/websites/pokedex.online && npm install",
"pokedex:dev": "cd code/websites/pokedex.online && npm run dev",
"pokedex:build": "cd code/websites/pokedex.online && npm run build",
"pokedex:preview": "cd code/websites/pokedex.online && npm run preview"
}, },
"keywords": [], "keywords": [],
"author": "FragginWagon <greg.r.jacobs@gmail.com> (http://binarywasteland.com/)", "author": "FragginWagon <greg.r.jacobs@gmail.com> (http://binarywasteland.com/)",