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 e81b2f7 commit 996c7a0Copy full SHA for 996c7a0
scripts/bower/publish.sh
@@ -61,6 +61,21 @@ function prepare {
61
cp $BUILD_DIR/angular-csp.css $TMP_DIR/bower-angular
62
63
64
+ #
65
+ # Run local precommit script if there is one
66
67
+ for repo in "${REPOS[@]}"
68
+ do
69
+ if [ -f $TMP_DIR/bower-$repo/precommit.sh ]
70
+ then
71
+ echo "-- Running precommit.sh script for bower-$repo"
72
+ cd $TMP_DIR/bower-$repo
73
+ $TMP_DIR/bower-$repo/precommit.sh
74
+ cd $SCRIPT_DIR
75
+ fi
76
+ done
77
+
78
79
#
80
# update bower.json
81
# tag each repo
0 commit comments