We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eea7f7 commit 04c24deCopy full SHA for 04c24de
1 file changed
package.json
@@ -39,7 +39,7 @@
39
"test": "npm run lint && vitest run",
40
"test-keepalive": "cross-env TEST_KEEPALIVE_COUNT=50 vitest run --test-timeout 180000 keep-alive-header.test.ts",
41
"cov": "vitest run --coverage",
42
- "ci": "npm run lint && npm run cov && npm run prepublishOnly",
+ "ci": "npm run lint && npm run cov && npm run prepublishOnly && attw --pack",
43
"clean": "rm -rf dist",
44
"prepublishOnly": "npm run build"
45
},
@@ -52,6 +52,7 @@
52
"ylru": "^2.0.0"
53
54
"devDependencies": {
55
+ "@arethetypeswrong/cli": "^0.15.3",
56
"@eggjs/tsconfig": "^1.3.3",
57
"@tsconfig/node18": "^18.2.1",
58
"@tsconfig/strictest": "^2.0.2",
0 commit comments