Skip to content

Commit

Permalink
[CUT] remove unused scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kenriortega committed May 18, 2021
1 parent fbfe90c commit b5822ab
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"main": "index.js",
"scripts": {
"lint": "npx standard --fix",
"test": "npm run lint && tap test/test.js",
"test:ci": "npm run lint && tap test/test.js --coverage-report=lcovonly",
"unit": "tap test/test.js"
"test": "tap test/test.js"
},
"keywords": [
"fastify"
Expand All @@ -25,4 +23,4 @@
"standard": "^16.0.3",
"tap": "^15.0.9"
}
}
}

0 comments on commit b5822ab

Please sign in to comment.