Skip to content

Commit

Permalink
build: use prepare instead of prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse committed Jun 21, 2020
1 parent 226ba8c commit 4a40d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"bench": "make -C benchmarks",
"authors": "git log --format='%aN <%aE>' | sort -u > AUTHORS",
"build": "gen-esm-wrapper . ./dist/koa.mjs",
"prepublish": "npm run build"
"prepare": "npm run build"
},
"repository": "koajs/koa",
"keywords": [
Expand Down

0 comments on commit 4a40d63

Please sign in to comment.