Skip to content

Commit b39ed04

Browse files
committed
feat: Update TypeScript compilation command to specify build info file for migrations
1 parent 267eac7 commit b39ed04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
echo '{ "compilerOptions": { "incremental": true } }' > tsconfig.tsbuildinfo
9595
npm run build
9696
# Compile migrations
97-
npx tsc migrations/*.ts --outDir dist/migrations --incremental
97+
npx tsc migrations/*.ts --outDir dist/migrations --incremental --tsBuildInfoFile tsconfig.tsbuildinfo
9898
tar -czf dist.tar.gz dist/ package*.json
9999
- save_cache:
100100
key: vite-build-cache-v1-{{ .Branch }}-{{ .Revision }}

0 commit comments

Comments
 (0)