mirror of
https://github.com/smogon/sprites.git
synced 2026-09-02 23:30:26 -05:00
The deploy tool grows a deploy subcommand that runs the build, packs the tar, and streams it to the command .env names. Packing now finalizes the archive; without the end-of-archive marker, strict stream readers (Python tarfile, hence smogonctl) die on truncation. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
17 lines
440 B
JSON
17 lines
440 B
JSON
{
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node tools/build/index.ts",
|
|
"deploy": "node tools/deploy/index.ts deploy assets.deploy.js",
|
|
"check": "tsc --build tsconfig-workspace.json"
|
|
},
|
|
"dependencies": {
|
|
"@smogon/sprite-data": "workspace:*",
|
|
"@smogon/sprite-root": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.10.7",
|
|
"typescript": "~7.0.2"
|
|
}
|
|
}
|