refactor: speed up the pipeline by directly deploying the review app from the build step

This commit is contained in:
2023-06-28 11:37:39 +02:00
parent 6a8b3d2fe2
commit f1bc41c4df
16 changed files with 344 additions and 296 deletions

View File

@@ -6,6 +6,7 @@
"outDir": "./dist/out-tsc",
"declaration": false,
"emitDecoratorMetadata": true,
"skipLibCheck": false,
"strictPropertyInitialization": false,
"resolveJsonModule": true,
"downlevelIteration": true,