We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267eac7 commit b39ed04Copy full SHA for b39ed04
.circleci/config.yml
@@ -94,7 +94,7 @@ jobs:
94
echo '{ "compilerOptions": { "incremental": true } }' > tsconfig.tsbuildinfo
95
npm run build
96
# Compile migrations
97
- npx tsc migrations/*.ts --outDir dist/migrations --incremental
+ npx tsc migrations/*.ts --outDir dist/migrations --incremental --tsBuildInfoFile tsconfig.tsbuildinfo
98
tar -czf dist.tar.gz dist/ package*.json
99
- save_cache:
100
key: vite-build-cache-v1-{{ .Branch }}-{{ .Revision }}
0 commit comments