Update publish script

This commit is contained in:
Frank Li 2017-08-16 15:35:19 -07:00
parent f60c62c538
commit b035d41838

View file

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