Skip to content

Commit 954939e

Browse files
committed
fix pre-push
1 parent 6d7ec46 commit 954939e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.githooks/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
npm run build:webpack
44
if ! git diff --exit-code dist; then
5-
git add lib && git commit --no-verify -m "generate dist files"
5+
git add dist && git commit --no-verify -m "generate dist files"
66
fi

0 commit comments

Comments
 (0)