Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Sep 17, 2024
1 parent 5c61ea4 commit 3e6966b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"description": "Cerbos plugin for Fastify",
"main": "index.js",
"scripts": {
"test": "standard | snazzy && tap test/*test.js",
"lint": "standard"
"test": "eslint && tap test/*test.js",
"lint": "eslint --fix"
},
"keywords": [
"fastify",
Expand Down

0 comments on commit 3e6966b

Please sign in to comment.