Skip to content

Commit dbdb4ac

Browse files
author
Chris Gu
committed
change package.json to allow npm i from github repo
1 parent 50a87ed commit dbdb4ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
"url": "https://github.com/gajus/global-agent"
8787
},
8888
"scripts": {
89+
"prepare": "npm run build",
8990
"build": "del-cli ./dist && tsc",
9091
"lint": "eslint ./src ./test && tsc",
9192
"test": "ava --verbose --serial",

0 commit comments

Comments
 (0)