Skip to content

Commit 7df72e1

Browse files
committed
fix(indexer): resolve compilation and migration issues in local deployment
1 parent 5ee9766 commit 7df72e1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

indexer/Dockerfile.postgres-package.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN chown dydx -R /home/dydx/app
4040
USER dydx
4141

4242
# Install npm modules using pnpm
43-
RUN pnpm i --loglevel warn --production --frozen-lockfile --unsafe-perm
43+
RUN pnpm i --loglevel warn --frozen-lockfile --unsafe-perm
4444

4545
WORKDIR /home/dydx/app/packages/postgres
4646

indexer/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"declaration": true,
1414
"declarationMap": true,
1515
"esModuleInterop": true,
16+
"skipLibCheck": true,
1617
"forceConsistentCasingInFileNames": true,
1718
"inlineSourceMap": true,
1819
"noFallthroughCasesInSwitch": true,

0 commit comments

Comments
 (0)