Explorar o código

note in publish script

Adam Shaw %!s(int64=7) %!d(string=hai) anos
pai
achega
b2bfb1356e
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      bin/publish-release.sh

+ 3 - 1
bin/publish-release.sh

@@ -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.'