Skip to content

Commit 5d2ecd2

Browse files
author
Kenneth Reitz
committed
echo "----->"
1 parent a1e1dbd commit 5d2ecd2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bin/steps/hooks/post_compile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
22

33
if [ -f bin/post_compile ]; then
4+
echo "-----> Running post-compile hook"
45
chmod +x bin/post_compile
56
bin/post_compile
67
fi

bin/steps/hooks/pre_compile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
22

33
if [ -f bin/pre_compile ]; then
4+
echo "-----> Running pre-compile hook"
45
chmod +x bin/pre_compile
56
bin/pre_compile
67
fi

0 commit comments

Comments
 (0)