Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bryzettler committed Oct 16, 2023
1 parent 0086a3d commit 83dcb92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/account-postgres-sink-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ COPY src src
COPY tsconfig.build.json tsconfig.json

RUN yarn global add typescript
RUN yarn add -D @types/cron
RUN yarn run build

RUN npm prune --production
Expand Down
2 changes: 1 addition & 1 deletion packages/account-postgres-sink-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"scripts": {
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
"precommit": "npx git-format-staged -f 'prettier --ignore-unknown --stdin --stdin-filepath \"{}\"' .",
"build": "npx tsc -p tsconfig.json",
"build": "tsc -p tsconfig.json",
"start": "node lib/esm/server.js",
"dev": "npx ts-node --project tsconfig.cjs.json src/server.ts"
},
Expand Down

0 comments on commit 83dcb92

Please sign in to comment.