We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d7ec46 commit 954939eCopy full SHA for 954939e
.githooks/pre-push
@@ -2,5 +2,5 @@
2
3
npm run build:webpack
4
if ! git diff --exit-code dist; then
5
- git add lib && git commit --no-verify -m "generate dist files"
+ git add dist && git commit --no-verify -m "generate dist files"
6
fi
0 commit comments