Update publish script

This commit is contained in:
Frank Li 2017-08-16 15:22:36 -07:00
parent d86dc27198
commit 3032f464c0

View file

@ -58,7 +58,7 @@ if (
shell.exit(1); shell.exit(1);
} }
shell.exec("rm -rf *"); shell.exec("git rm -rf .");
shell.cd("../.."); shell.cd("../..");