experience-ai 0.1.1-preview.92.2efaf75 → 0.1.1-preview.93.e199190
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"dev": "bash -lc 'set -euo pipefail; trap \"jobs -pr | xargs -r kill 2>/dev/null\" INT TERM EXIT; bun run dev:watch & bun run dev:inngest & wait'",
|
|
27
27
|
"dev:watch": "bash -lc 'set -a; for f in ./.env ./.env.local; do if [ -f \"$f\" ]; then source \"$f\" >/dev/null 2>&1; fi; done; set +a; bun --watch ./src/index.ts'",
|
|
28
28
|
"dev:inngest": "node ./scripts/run-inngest.mjs",
|
|
29
|
-
"build": "bun build ./src/index.ts --outdir=dist --target=node --format=esm --external common --sourcemap=linked
|
|
29
|
+
"build": "bun build ./src/index.ts --outdir=dist --target=node --format=esm --external common --external @tanstack/start-server-core --sourcemap=linked && bun build ./migrate.ts --outdir=dist --target=node --format=esm --external common --sourcemap=linked && cp -r src/db/migrations dist/",
|
|
30
30
|
"build:client": "bun x tsc -p tsconfig.client.json",
|
|
31
31
|
"vercel:link": "vercel link",
|
|
32
32
|
"vercel:pull": "vercel env pull .env --yes",
|