We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e1140 commit 7622c1aCopy full SHA for 7622c1a
1 file changed
package.json
@@ -40,7 +40,7 @@
40
"index.cjs"
41
],
42
"scripts": {
43
- "build": "esbuild index.js --bundle --platform=node --outfile=index.cjs --external:semver",
+ "build": "esbuild index.js --bundle --platform=node --outfile=index.cjs --external:semver --external:git-hooks-list",
44
"fix": "eslint . --fix && prettier . --write && node cli.js \"package.json\"",
45
"lint": "eslint . && prettier . \"!**/*.js\" --check && node cli.js \"package.json\" --check",
46
"prepare": "husky",
0 commit comments