Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f8f07e8

Browse files
committed
chore(bower): (un)publish angular-message-format
Closes #11606 Closes #11607
1 parent 7683166 commit f8f07e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/bower/publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ function init {
1414
TMP_DIR=$(resolveDir ../../tmp)
1515
BUILD_DIR=$(resolveDir ../../build)
1616
NEW_VERSION=$(cat $BUILD_DIR/version.txt)
17-
source $(dirname $0)/repos.inc
1817
}
1918

2019

@@ -115,4 +114,5 @@ function publish {
115114
done
116115
}
117116

117+
source $(dirname $0)/repos.inc
118118
source $(dirname $0)/../utils.inc

scripts/bower/unpublish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ ARG_DEFS=(
1313

1414
function init {
1515
TMP_DIR=$(resolveDir ../../tmp)
16-
source $(dirname $0)/repos.inc
1716
}
1817

1918
function prepare {
@@ -39,4 +38,5 @@ function publish {
3938
done
4039
}
4140

41+
source $(dirname $0)/repos.inc
4242
source $(dirname $0)/../utils.inc

0 commit comments

Comments
 (0)