diff --git a/publish b/publish index a7d2615..0b9cf2c 100755 --- a/publish +++ b/publish @@ -1,6 +1,7 @@ #!/usr/bin/env sh # commit and push... +# shellcheck disable=SC2145 git add .;git commit -m"$@";git push -u origin master rm -rf public # destroy the old build first