We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000acf0 commit a2570e3Copy full SHA for a2570e3
1 file changed
package.json
@@ -13,8 +13,7 @@
13
"scripts": {
14
"test": "egg-bin test test",
15
"test-cov": "egg-bin cov test",
16
- "lint": "eslint benchmarks lib test",
17
- "bench": "make -C benchmarks",
+ "lint": "eslint lib test",
18
"authors": "git log --format='%aN <%aE>' | sort -u > AUTHORS",
19
"build": "gen-esm-wrapper . ./dist/koa.mjs",
20
"prepare": "npm run build"
0 commit comments