We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbcde76 commit 226ba8cCopy full SHA for 226ba8c
.travis.yml
@@ -14,7 +14,6 @@ before_script:
14
- export PATH=$PATH:$PWD/wrk/bin/
15
script:
16
- npm run lint
17
- - npm run prepack
18
- npm run test-cov
19
- npm run bench
20
after_script:
package.json
@@ -17,7 +17,7 @@
"bench": "make -C benchmarks",
"authors": "git log --format='%aN <%aE>' | sort -u > AUTHORS",
"build": "gen-esm-wrapper . ./dist/koa.mjs",
- "prepack": "npm run build"
+ "prepublish": "npm run build"
21
},
22
"repository": "koajs/koa",
23
"keywords": [
0 commit comments