Skip to content

Commit 04c24de

Browse files
committed
f
1 parent 4eea7f7 commit 04c24de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"test": "npm run lint && vitest run",
4040
"test-keepalive": "cross-env TEST_KEEPALIVE_COUNT=50 vitest run --test-timeout 180000 keep-alive-header.test.ts",
4141
"cov": "vitest run --coverage",
42-
"ci": "npm run lint && npm run cov && npm run prepublishOnly",
42+
"ci": "npm run lint && npm run cov && npm run prepublishOnly && attw --pack",
4343
"clean": "rm -rf dist",
4444
"prepublishOnly": "npm run build"
4545
},
@@ -52,6 +52,7 @@
5252
"ylru": "^2.0.0"
5353
},
5454
"devDependencies": {
55+
"@arethetypeswrong/cli": "^0.15.3",
5556
"@eggjs/tsconfig": "^1.3.3",
5657
"@tsconfig/node18": "^18.2.1",
5758
"@tsconfig/strictest": "^2.0.2",

0 commit comments

Comments
 (0)