Remove copy-assets.js build step (prompt now bundled in .ts)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user