diff --git a/indexer/Dockerfile.postgres-package.local b/indexer/Dockerfile.postgres-package.local index 916b88467e..f3e0c0889c 100644 --- a/indexer/Dockerfile.postgres-package.local +++ b/indexer/Dockerfile.postgres-package.local @@ -40,7 +40,7 @@ RUN chown dydx -R /home/dydx/app USER dydx # Install npm modules using pnpm -RUN pnpm i --loglevel warn --production --frozen-lockfile --unsafe-perm +RUN pnpm i --loglevel warn --frozen-lockfile --unsafe-perm WORKDIR /home/dydx/app/packages/postgres diff --git a/indexer/tsconfig.json b/indexer/tsconfig.json index 306d71646e..7ffbd27652 100644 --- a/indexer/tsconfig.json +++ b/indexer/tsconfig.json @@ -13,6 +13,7 @@ "declaration": true, "declarationMap": true, "esModuleInterop": true, + "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "inlineSourceMap": true, "noFallthroughCasesInSwitch": true,