There was an error while loading. Please reload this page.
1 parent a1e1dbd commit 5d2ecd2Copy full SHA for 5d2ecd2
bin/steps/hooks/post_compile
@@ -1,6 +1,7 @@
1
#!/usr/bin/env bash
2
3
if [ -f bin/post_compile ]; then
4
+ echo "-----> Running post-compile hook"
5
chmod +x bin/post_compile
6
bin/post_compile
7
fi
bin/steps/hooks/pre_compile
if [ -f bin/pre_compile ]; then
+ echo "-----> Running pre-compile hook"
chmod +x bin/pre_compile
bin/pre_compile
0 commit comments