mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-19 15:04:45 +00:00
Remove copy-assets.js build step (prompt now bundled in .ts)
This commit is contained in:
parent
6dcb64565a
commit
232749ee52
2 changed files with 1 additions and 29 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue