v0.5.3 - Fix missing scripts directory in published package

This commit is contained in:
Mario Zechner 2025-08-09 19:26:59 +02:00
parent 42dc46a513
commit 3a9c3a2ed6
2 changed files with 7 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi",
"version": "0.5.2",
"version": "0.5.3",
"description": "CLI tool for managing vLLM deployments on GPU pods",
"type": "module",
"bin": {
@ -8,12 +8,13 @@
},
"scripts": {
"clean": "rm -rf dist",
"build": "tsc -p tsconfig.build.json && chmod +x dist/cli.js && cp src/models.json dist/",
"build": "tsc -p tsconfig.build.json && chmod +x dist/cli.js && cp src/models.json dist/ && cp -r scripts dist/",
"check": "biome check --write .",
"prepublishOnly": "npm run clean && npm run build"
},
"files": [
"dist"
"dist",
"scripts"
],
"keywords": [
"llm",