Skip to content

Commit

Permalink
fix: ci command
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood committed Nov 8, 2024
1 parent 87a473d commit a527a13
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 @@ -38,7 +38,7 @@
"types": "index.d.ts",
"scripts": {
"test": "node --test --experimental-test-coverage --experimental-test-module-mocks ./test/test.js",
"test:ci": "npm run lint && npm run test -- --ci && npm run test:types",
"test:ci": "npm run lint && npm run test && npm run test:types",
"test:integration": "node --test ./test/integration.test.js",
"test:types": "tsd",
"lint": "eslint index.js test",
Expand All @@ -63,6 +63,7 @@
"eslint-plugin-promise": "^6.0.1",
"fast-jwt": "^4.0.0",
"fastify": "^5.0.0",
"jest": "^29.0.0",
"nock": "^13.0.2",
"prettier": "^3.0.1",
"tsd": "^0.31.0",
Expand All @@ -71,4 +72,4 @@
"engines": {
"node": ">= 20"
}
}
}

0 comments on commit a527a13

Please sign in to comment.