Skip to content

Commit

Permalink
Merge branch 'main' of github.com:GiovanniCardamone/fastify-autosecur…
Browse files Browse the repository at this point in the history
…ity into main
  • Loading branch information
GiovanniCardamone committed Apr 14, 2022
1 parent 1839a9b commit c8de306
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"build:watch": "tsc --watch",
"lint": "eslint .",
"test": "tap --ts --node-arg=--require=ts-node/register tests/**/*.test.ts",
"test:coverage": "tap --ts --node-arg=--require=ts-node/register --cov --coverage-report=lcovonly tests/**/*.test.ts"
"test:coverage": "tap --ts --node-arg=--require=ts-node/register --cov --coverage-report=lcovonly tests/**/*.test.ts",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,4 +54,4 @@
"files": [
"dist"
]
}
}

0 comments on commit c8de306

Please sign in to comment.