Skip to content

Commit

Permalink
test npx
Browse files Browse the repository at this point in the history
  • Loading branch information
bryzettler committed Oct 16, 2023
1 parent 4c4cf24 commit 0086a3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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": "tsc -p tsconfig.json",
"build": "npx tsc -p tsconfig.json",
"start": "node lib/esm/server.js",
"dev": "npx ts-node --project tsconfig.cjs.json src/server.ts"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/account-postgres-sink-service/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"paths": {
"@/*": ["*"]
},
"outDir": "lib"
"outDir": "lib",
},
"include": ["src"]
"include": ["src"],
}

0 comments on commit 0086a3d

Please sign in to comment.