Skip to content

Commit 5200844

Browse files
feat: add simple-git-hooks configs (#155)
1 parent 13903da commit 5200844

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

update.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ const workspaces = [
100100
'.tool-versions',
101101
'.pnp.*',
102102
'.pnpm*',
103+
'.simple-git-hooks*',
103104
'.releaserc*',
104105
'.tazerc*',
105106
'.yarnrc*',
@@ -110,6 +111,7 @@ const workspaces = [
110111
'npm-shrinkwrap.json',
111112
'package.nls*.json',
112113
'pnpm*',
114+
'simple-git-hooks*',
113115
'turbo*',
114116
'workspace.json',
115117
'yarn*',

0 commit comments

Comments
 (0)