Skip to content

Commit ede6168

Browse files
committed
Don't run pre-commit hook in release script
1 parent f091a52 commit ede6168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tools/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ rm -rf node_modules
1313
npm install --production
1414
git add -f node_modules package.json package-lock.json
1515
git diff --quiet
16-
git commit -m "v$1"
16+
git commit -n -m "v$1"
1717
git tag -a -m "" "v$1"
1818
echo git push origin master v1 --tags

0 commit comments

Comments
 (0)