Skip to content

Commit 445cd72

Browse files
committed
f
1 parent d9c5e08 commit 445cd72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
"access": "public"
66
},
77
"description": "cluster manager for egg",
8-
"main": "./dist/commonjs/index.js",
98
"scripts": {
109
"lint": "eslint --cache src test --ext .ts",
1110
"pretest": "npm run lint -- --fix && npm run prepublishOnly",
1211
"test": "egg-bin test",
1312
"preci": "npm run lint && npm run prepublishOnly",
14-
"ci": "egg-bin cov && attw --pack",
15-
"prepublishOnly": "tshy && tshy-after"
13+
"ci": "egg-bin cov",
14+
"prepublishOnly": "tshy && tshy-after && attw --pack"
1615
},
1716
"files": [
1817
"dist",
@@ -90,5 +89,6 @@
9089
"./package.json": "./package.json"
9190
},
9291
"types": "./dist/commonjs/index.d.ts",
92+
"main": "./dist/commonjs/index.js",
9393
"module": "./dist/esm/index.js"
9494
}

0 commit comments

Comments
 (0)