We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7683166 commit f8f07e8Copy full SHA for f8f07e8
scripts/bower/publish.sh
@@ -14,7 +14,6 @@ function init {
14
TMP_DIR=$(resolveDir ../../tmp)
15
BUILD_DIR=$(resolveDir ../../build)
16
NEW_VERSION=$(cat $BUILD_DIR/version.txt)
17
- source $(dirname $0)/repos.inc
18
}
19
20
@@ -115,4 +114,5 @@ function publish {
115
114
done
116
117
+source $(dirname $0)/repos.inc
118
source $(dirname $0)/../utils.inc
scripts/bower/unpublish.sh
@@ -13,7 +13,6 @@ ARG_DEFS=(
13
function init {
function prepare {
@@ -39,4 +38,5 @@ function publish {
39
38
40
41
42
0 commit comments