Skip to content

Commit

Permalink
Improve npm scripts #58
Browse files Browse the repository at this point in the history
  • Loading branch information
mapeveri committed Nov 25, 2023
1 parent d6fa144 commit 503dd29
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Empty file modified docker/.gitkeep
100644 → 100755
Empty file.
Empty file modified docker/scripts/mongo/mongo-init.sh
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:mutant": "stryker run"
"test:all:mutant": "stryker run",
"test:mutant": "stryker run -m $(git --no-pager diff --name-only master --diff-filter=AM -- src/ | grep -v 'test.ts' | grep -v '/infrastructure/' | grep -v '/infra/' | tr '\\n' ',' | sed 's/\\(.*\\),/\\1 /')"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 503dd29

Please sign in to comment.