diff --git a/example/package.json b/example/package.json index 68ce1ae..a20d4bf 100644 --- a/example/package.json +++ b/example/package.json @@ -8,6 +8,7 @@ }, "dependencies": { "fastify": "^4.25.2", - "fastify-cli": "^6.0.0" + "fastify-cli": "^6.0.0", + "jose": "^5.2.0" } } diff --git a/package.json b/package.json index b63c67e..890ebe7 100644 --- a/package.json +++ b/package.json @@ -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": {