Skip to content

Commit 4a40d63

Browse files
committed
build: use prepare instead of prepublish
1 parent 226ba8c commit 4a40d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"bench": "make -C benchmarks",
1818
"authors": "git log --format='%aN <%aE>' | sort -u > AUTHORS",
1919
"build": "gen-esm-wrapper . ./dist/koa.mjs",
20-
"prepublish": "npm run build"
20+
"prepare": "npm run build"
2121
},
2222
"repository": "koajs/koa",
2323
"keywords": [

0 commit comments

Comments
 (0)