Skip to content

Commit a2570e3

Browse files
committed
package: update bench scripts
1 parent 000acf0 commit a2570e3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"scripts": {
1414
"test": "egg-bin test test",
1515
"test-cov": "egg-bin cov test",
16-
"lint": "eslint benchmarks lib test",
17-
"bench": "make -C benchmarks",
16+
"lint": "eslint lib test",
1817
"authors": "git log --format='%aN <%aE>' | sort -u > AUTHORS",
1918
"build": "gen-esm-wrapper . ./dist/koa.mjs",
2019
"prepare": "npm run build"

0 commit comments

Comments
 (0)