Skip to content

Commit 673117a

Browse files
committed
fix hus
1 parent 3d8d199 commit 673117a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ upgrade:\
179179

180180

181181
upgrade-remove-husky:
182-
test -f .husky\
182+
test -d .husky\
183183
&& rm -R .husky\
184184
&& git add .husky\
185185
&& git commit -m"maint: @patternslib/dev upgrade - remove .husky directory in favor of git hooks."\

0 commit comments

Comments
 (0)