We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a87ed commit dbdb4acCopy full SHA for dbdb4ac
package.json
@@ -86,6 +86,7 @@
86
"url": "https://github.com/gajus/global-agent"
87
},
88
"scripts": {
89
+ "prepare": "npm run build",
90
"build": "del-cli ./dist && tsc",
91
"lint": "eslint ./src ./test && tsc",
92
"test": "ava --verbose --serial",
0 commit comments