|
@@ -33,6 +33,7 @@ fi
|
|
|
# # push the current branch (assumes tracking is set up) and the tag
|
|
# # push the current branch (assumes tracking is set up) and the tag
|
|
|
# git push --recurse-submodules=on-demand
|
|
# git push --recurse-submodules=on-demand
|
|
|
# git push origin "v$version"
|
|
# git push origin "v$version"
|
|
|
|
|
+echo "REENABLE BRANCH PUSHING"
|
|
|
|
|
|
|
|
if {
|
|
if {
|
|
|
# check out dist files for tag but don't stage them
|
|
# check out dist files for tag but don't stage them
|
|
@@ -42,7 +43,8 @@ if {
|
|
|
cd "dist/$package" &&
|
|
cd "dist/$package" &&
|
|
|
|
|
|
|
|
# npm publish --tag "$scope"
|
|
# npm publish --tag "$scope"
|
|
|
- echo "FAKE NPM PUBLISH ($PWD)"
|
|
|
|
|
|
|
+ echo "FAKE NPM PUBLISH ($PWD)" &&
|
|
|
|
|
+ ls -al
|
|
|
}
|
|
}
|
|
|
then
|
|
then
|
|
|
echo 'Success.'
|
|
echo 'Success.'
|