Skip to content

Commit 7622c1a

Browse files
authored
chore: exclude git-hooks-list (#392)
1 parent 15e1140 commit 7622c1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"index.cjs"
4141
],
4242
"scripts": {
43-
"build": "esbuild index.js --bundle --platform=node --outfile=index.cjs --external:semver",
43+
"build": "esbuild index.js --bundle --platform=node --outfile=index.cjs --external:semver --external:git-hooks-list",
4444
"fix": "eslint . --fix && prettier . --write && node cli.js \"package.json\"",
4545
"lint": "eslint . && prettier . \"!**/*.js\" --check && node cli.js \"package.json\" --check",
4646
"prepare": "husky",

0 commit comments

Comments
 (0)