diff --git a/publish.cmd b/publish.cmd index 35659a6..c161bb5 100644 --- a/publish.cmd +++ b/publish.cmd @@ -1,3 +1,4 @@ +npm run build git add dist -f git commit -m 'publish' git subtree push --prefix dist origin gh-pages \ No newline at end of file