Skip to content

Commit

Permalink
chore: add custom override yargs-parser to fix failing build
Browse files Browse the repository at this point in the history
This is required until kulshekhar/ts-jest#3741
is fixed.
  • Loading branch information
bnjmnt4n committed Aug 5, 2022
1 parent 5e12e9e commit 1fa45f4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -68,5 +68,8 @@
"ts-node-dev": "^1.1.8",
"typescript": "^4.5.5"
},
"overrides": {
"yargs-parser": "^21.1.1"
},
"bin": "./dist/server.js"
}

0 comments on commit 1fa45f4

Please sign in to comment.