Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
meghein committed Jan 12, 2024
1 parent a648da2 commit e2fee60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
},
"dependencies": {
"fastify": "^4.25.2",
"fastify-cli": "^6.0.0"
"fastify-cli": "^6.0.0",
"jose": "^5.2.0"
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
},
"scripts": {
"lint": "eslint .",
"lint:ci": "eslint . --ignore-pattern example/",
"test": "tap",
"test:ci": "npm run lint && npm run test && npm run test:types",
"test:ci": "npm run lint:ci && npm run test && npm run test:types",
"test:types": "tsd"
},
"repository": {
Expand Down

0 comments on commit e2fee60

Please sign in to comment.