Remove copy-assets.js build step (prompt now bundled in .ts)

This commit is contained in:
Mario Zechner 2026-01-10 13:26:46 +01:00
parent 6dcb64565a
commit 232749ee52
2 changed files with 1 additions and 29 deletions

View file

@ -15,7 +15,7 @@
"scripts": {
"clean": "rm -rf dist",
"generate-models": "npx tsx scripts/generate-models.ts",
"build": "npm run generate-models && tsgo -p tsconfig.build.json && node scripts/copy-assets.js",
"build": "npm run generate-models && tsgo -p tsconfig.build.json",
"dev": "tsgo -p tsconfig.build.json --watch --preserveWatchOutput",
"dev:tsc": "tsgo -p tsconfig.build.json --watch --preserveWatchOutput",
"test": "vitest --run",