Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jun 22, 2024
1 parent 4eea7f7 commit 04c24de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"test": "npm run lint && vitest run",
"test-keepalive": "cross-env TEST_KEEPALIVE_COUNT=50 vitest run --test-timeout 180000 keep-alive-header.test.ts",
"cov": "vitest run --coverage",
"ci": "npm run lint && npm run cov && npm run prepublishOnly",
"ci": "npm run lint && npm run cov && npm run prepublishOnly && attw --pack",
"clean": "rm -rf dist",
"prepublishOnly": "npm run build"
},
Expand All @@ -52,6 +52,7 @@
"ylru": "^2.0.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"@eggjs/tsconfig": "^1.3.3",
"@tsconfig/node18": "^18.2.1",
"@tsconfig/strictest": "^2.0.2",
Expand Down

0 comments on commit 04c24de

Please sign in to comment.